Ver Fonte

scripts/build-docker: stop creating scratch image

Scratch image has become docker's reserved image.
Yicheng Qin há 10 anos atrás
pai
commit
cf6cb82caa
1 ficheiros alterados com 0 adições e 1 exclusões
  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