Commit 0521ebad authored by Jimmy Jones's avatar Jimmy Jones

Include easy-rsa in container to avoid it being downloaded at runtime

parent 75d9b36a
......@@ -50,6 +50,9 @@ COPY safe_format_and_mount /usr/share/google/safe_format_and_mount
COPY setup-files.sh /setup-files.sh
COPY make-ca-cert.sh /make-ca-cert.sh
# easy-rsa package required by make-ca-cert
ADD https://storage.googleapis.com/kubernetes-release/easy-rsa/easy-rsa.tar.gz /root/kube/
# Make scripts executable
RUN chmod a+rx \
/hyperkube \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment