Skip to content

Commit

Permalink
Minor update (#30)
Browse files Browse the repository at this point in the history
* Update helm-s3 to 0.11.0

* Update alpine to 3.16.0

* Update kubectl to 1.24.1

* Update helm-secrets to 3.14.0

* Update kustomize to 4.5.5
  • Loading branch information
evgkrsk authored Jun 4, 2022
1 parent 658f687 commit d46b5cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.15.4
FROM alpine:3.16.0

# Working packages
ENV PACKAGES curl bash file jq vault upx git gettext
Expand All @@ -11,7 +11,7 @@ RUN set -ex && \
:

# https://storage.googleapis.com/kubernetes-release/release/stable.txt
ENV KUBECTL_VERSION 1.24.0
ENV KUBECTL_VERSION 1.24.1
RUN set -ex && \
curl -sSL https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl -o /usr/local/bin/kubectl && \
chmod +x /usr/local/bin/kubectl && \
Expand Down Expand Up @@ -43,8 +43,8 @@ ENV HELM_DIFF_IGNORE_UNKNOWN_FLAGS=true
RUN set -ex && \
helm plugin install https://github.com/databus23/helm-diff --version v3.5.0 && \
upx -9 /root/.local/share/helm/plugins/helm-diff/bin/diff && \
helm plugin install https://github.com/jkroepke/helm-secrets --version v3.13.0 && \
helm plugin install https://github.com/hypnoglow/helm-s3.git --version v0.10.0 && \
helm plugin install https://github.com/jkroepke/helm-secrets --version v3.14.0 && \
helm plugin install https://github.com/hypnoglow/helm-s3.git --version v0.11.0 && \
upx -9 /root/.local/share/helm/plugins/helm-s3.git/bin/helms3 && \
helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.11.1 && \
helm plugin install https://github.com/marckhouzam/helm-fullstatus --version v0.3.0 && \
Expand All @@ -61,7 +61,7 @@ RUN set -ex && \
:

# https://github.com/kubernetes-sigs/kustomize/releases
ENV KUSTOMIZE_VERSION 4.5.4
ENV KUSTOMIZE_VERSION 4.5.5
RUN set -ex && \
curl -sSL https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv${KUSTOMIZE_VERSION}/kustomize_v${KUSTOMIZE_VERSION}_linux_amd64.tar.gz | tar xz && \
mv kustomize /usr/local/bin/kustomize && \
Expand Down

0 comments on commit d46b5cf

Please sign in to comment.