Merge pull request #5203 from fluxcd/fix-cli-build

Update flux-cli image
pull/5201/head
Stefan Prodan 2 months ago committed by GitHub
commit c84d312289
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -169,7 +169,7 @@ jobs:
strategy: strategy:
matrix: matrix:
# Keep this list up-to-date with https://endoflife.date/red-hat-openshift # Keep this list up-to-date with https://endoflife.date/red-hat-openshift
OPENSHIFT_VERSION: [ 4.16.0-okd, 4.17.0-okd ] OPENSHIFT_VERSION: [ 4.17.0-okd ]
fail-fast: false fail-fast: false
steps: steps:
- name: Checkout - name: Checkout

@ -5,7 +5,7 @@ RUN apk add --no-cache ca-certificates curl
ARG ARCH=linux/amd64 ARG ARCH=linux/amd64
ARG KUBECTL_VER=1.32.0 ARG KUBECTL_VER=1.32.0
RUN curl -sL https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VER}/bin/${ARCH}/kubectl \ RUN curl -sL https://dl.k8s.io/release/v${KUBECTL_VER}/bin/linux/${ARCH}/kubectl \
-o /usr/local/bin/kubectl && chmod +x /usr/local/bin/kubectl && \ -o /usr/local/bin/kubectl && chmod +x /usr/local/bin/kubectl && \
kubectl version --client=true kubectl version --client=true

Loading…
Cancel
Save