Explorar el Código

scripts/build-docker: stop creating scratch image

Scratch image has become docker's reserved image.
Yicheng Qin hace 10 años
padre
commit
cf6cb82caa
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      scripts/build-docker

+ 0 - 1
scripts/build-docker

@@ -1,5 +1,4 @@
 #!/usr/bin/env bash
-tar cv --files-from /dev/null | docker import - scratch
 
 cat <<DF > Dockerfile
 FROM scratch