Skip to content

Commit

Permalink
chore: setup helm
Browse files Browse the repository at this point in the history
  • Loading branch information
acid-chicken committed May 22, 2024
1 parent b5db6eb commit 3119140
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hariko/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o hariko

FROM alpine:3.19.1
COPY --from=builder /app/hariko /
SHELL ["/bin/ash", "-o", "pipefail", "-c"]
RUN export HELM_DRIVER=configmap \
&& apk add --no-cache bash=^5.2.26 curl=^8.7.1 openssl=^3.3.0 \
&& curl -LSfs https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
ENTRYPOINT ["/hariko"]

0 comments on commit 3119140

Please sign in to comment.