Merge pull request #1566 from rneugeba/etcd-clean

demo: Remove jq and sfdisk from etcd image
This commit is contained in:
Rolf Neugebauer 2017-04-10 11:53:35 +01:00 committed by GitHub
commit 47402c955c

View File

@ -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"]