scripts/build-docker: stop creating scratch image
Scratch image has become docker's reserved image.
This commit is contained in:
parent
a1b01c266a
commit
cf6cb82caa
@ -1,5 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
tar cv --files-from /dev/null | docker import - scratch
|
|
||||||
|
|
||||||
cat <<DF > Dockerfile
|
cat <<DF > Dockerfile
|
||||||
FROM scratch
|
FROM scratch
|
||||||
|
Loading…
Reference in New Issue
Block a user