Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Removed docker entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
DracoBlue committed Jan 27, 2020
1 parent b430e65 commit 6307afd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
FROM alpine:3.10.3
COPY docker-entrypoint.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/docker-entrypoint.sh
RUN apk add --no-cache curl=7.66.0-r0
ARG KUBERNETES_VERSION=unknown
ENV KUBERNETES_VERSION $KUBERNETES_VERSION
RUN cd /usr/local/bin/ && wget https://storage.googleapis.com/kubernetes-release/release/v${KUBERNETES_VERSION}/bin/linux/amd64/kubectl && chmod +x kubectl
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
CMD ["kubectl"]
9 changes: 0 additions & 9 deletions docker-entrypoint.sh

This file was deleted.

0 comments on commit 6307afd

Please sign in to comment.