mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-24 19:28:09 +00:00
Merge pull request #1566 from rneugeba/etcd-clean
demo: Remove jq and sfdisk from etcd image
This commit is contained in:
commit
47402c955c
@ -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
|
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 /
|
COPY ./etcd.sh /
|
||||||
|
|
||||||
ENTRYPOINT ["/etcd.sh"]
|
ENTRYPOINT ["/etcd.sh"]
|
||||||
|
Loading…
Reference in New Issue
Block a user