Skip to content

Commit

Permalink
Merge pull request #82 from evgkrsk/update-kustomize-helm-werf-upx
Browse files Browse the repository at this point in the history
Update to kustomize-5.0.0, helm-3.11.1, werf-1.2.186+fix4, upx-4.0.2
  • Loading branch information
evgkrsk authored Feb 9, 2023
2 parents ff3ddbe + 3f0ded8 commit 22ee1ec
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ ENV PACKAGES curl bash file jq vault xz git gettext

SHELL ["/bin/ash", "-xeo", "pipefail", "-c"]

ENV UPX_VERSION 4.0.1
# https://github.com/upx/upx/releases
ENV UPX_VERSION 4.0.2
# hadolint ignore=DL3018
RUN apk upgrade --update-cache --no-cache && \
apk add --no-cache $PACKAGES && \
Expand All @@ -27,7 +28,7 @@ RUN curl -sSL https://storage.googleapis.com/kubernetes-release/release/v${KUBEC

# rock-solid 1.2 channel: https://github.com/raw/werf/werf/main/trdl_channels.yaml
# WORKAROUND: https://storage.googleapis.com/werf-tuf/targets/releases/$WERF_VERSION/linux-amd64/bin/werf
ENV WERF_VERSION 1.2.184+fix2
ENV WERF_VERSION 1.2.186+fix4
ENV WERF_HELM3_MODE 1
RUN curl --resolve tuf.werf.io:443:54.38.250.137,46.148.230.218,77.223.120.232 -vsSL "https://tuf.werf.io/targets/releases/$WERF_VERSION/linux-amd64/bin/werf" -o /usr/local/bin/werf && \
file /usr/local/bin/werf |grep statically && \
Expand All @@ -36,7 +37,7 @@ RUN curl --resolve tuf.werf.io:443:54.38.250.137,46.148.230.218,77.223.120.232 -
:

# https://github.com/helm/helm/releases
ENV HELM_VERSION 3.11.0
ENV HELM_VERSION 3.11.1
ENV HELM_FILENAME helm-v${HELM_VERSION}-linux-amd64.tar.gz
RUN curl -sSL https://get.helm.sh/${HELM_FILENAME} | tar xz && \
file linux-amd64/helm |grep statically && \
Expand Down Expand Up @@ -70,7 +71,7 @@ RUN curl -sSL https://github.com/helmfile/helmfile/releases/download/v${HELMFILE
:

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

0 comments on commit 22ee1ec

Please sign in to comment.