Markus Pesch
351235efdd
Some checks reported errors
continuous-integration/drone/push Build was killed
9 lines
154 B
Docker
9 lines
154 B
Docker
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" ]
|