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 ddb7d6d commit 5ba4e8f
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 HELM_VERSION=unknown
ENV HELM_VERSION=$HELM_VERSION
RUN cd /tmp/ && wget https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.tar.gz && tar -zxf helm-v*-linux-amd64.tar.gz && mv linux-amd64/helm /usr/local/bin/helm && rm -rf /tmp/*.tar.gz /tmp/linux-amd64
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
CMD ["helm"]
9 changes: 0 additions & 9 deletions docker-entrypoint.sh

This file was deleted.

0 comments on commit 5ba4e8f

Please sign in to comment.