You've already forked helm-docker
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM docker.io/library/alpine:3.15
|
||||
|
||||
ARG HELM_VERSION
|
||||
|
||||
COPY install.sh /install.sh
|
||||
RUN VERSION=${HELM_VERSION} /install.sh
|
||||
ENTRYPOINT [ "/usr/bin/helm" ]
|
Reference in New Issue
Block a user