mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 09:39:08 +00:00
demo: Remove jq and sfdisk from etcd image
They are no longer needed as the mounting happens in the mount container. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
ce70127028
commit
29ad037125
@ -1,10 +1,5 @@
|
||||
# A dockerfile to build an etcd container image from the upstream one
|
||||
# with a script as entry point
|
||||
FROM quay.io/coreos/etcd:v3.1.5
|
||||
|
||||
# sfdisk and jq re required to mount the disk
|
||||
RUN apk add --no-cache sfdisk jq
|
||||
|
||||
COPY ./etcd.sh /
|
||||
|
||||
ENTRYPOINT ["/etcd.sh"]
|
||||
|
Loading…
Reference in New Issue
Block a user