Skip to content

Commit

Permalink
re-add XDG helm home paths
Browse files Browse the repository at this point in the history
  • Loading branch information
bsord committed Jul 10, 2022
1 parent 73de320 commit f1738d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM plugins/base:linux-amd64

ENV XDG_DATA_HOME=/opt/xdg
ENV XDG_CACHE_HOME=/opt/xdg-cache

RUN apk add curl tar bash --no-cache
RUN set -ex \
&& curl -sSL https://get.helm.sh/helm-v3.9.0-linux-amd64.tar.gz | tar xz \
Expand All @@ -9,4 +12,5 @@ RUN apk add --virtual .helm-build-deps git make \
&& helm plugin install https://github.com/chartmuseum/helm-push.git --version v0.10.2 \
&& apk del --purge .helm-build-deps
COPY entrypoint.sh /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit f1738d0

Please sign in to comment.