Skip to content

Instantly share code, notes, and snippets.

@neerfri
Created June 20, 2018 11:53
Show Gist options
  • Save neerfri/08b3f87a6ad9f5bdb9bf771616175407 to your computer and use it in GitHub Desktop.
Save neerfri/08b3f87a6ad9f5bdb9bf771616175407 to your computer and use it in GitHub Desktop.
A Dockerfile to demonstrate a problem with kubesec
FROM alpine:3.7
RUN apk add --update curl && \
curl -Lf https://github.com/shyiko/kubesec/releases/download/0.8.0/kubesec-0.8.0-linux-amd64 -o /root/kubesec && \
chmod +x /root/kubesec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment