mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
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
|
||||
tar cv --files-from /dev/null | docker import - scratch
|
||||
|
||||
cat <<DF > Dockerfile
|
||||
FROM scratch
|
||||
|
Loading…
x
Reference in New Issue
Block a user