Skip to content

Commit c84d312

Browse files
authored
Merge pull request #5203 from fluxcd/fix-cli-build
Update flux-cli image
2 parents 712b037 + d37473f commit c84d312

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/conformance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
strategy:
170170
matrix:
171171
# Keep this list up-to-date with https://endoflife.date/red-hat-openshift
172-
OPENSHIFT_VERSION: [ 4.16.0-okd, 4.17.0-okd ]
172+
OPENSHIFT_VERSION: [ 4.17.0-okd ]
173173
fail-fast: false
174174
steps:
175175
- name: Checkout

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apk add --no-cache ca-certificates curl
55
ARG ARCH=linux/amd64
66
ARG KUBECTL_VER=1.32.0
77

8-
RUN curl -sL https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VER}/bin/${ARCH}/kubectl \
8+
RUN curl -sL https://dl.k8s.io/release/v${KUBECTL_VER}/bin/linux/${ARCH}/kubectl \
99
-o /usr/local/bin/kubectl && chmod +x /usr/local/bin/kubectl && \
1010
kubectl version --client=true
1111

0 commit comments

Comments
 (0)