We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a02aef commit 2184b6dCopy full SHA for 2184b6d
openshift-ci/build-root/Dockerfile
@@ -1,6 +1,6 @@
1
# Dockerfile to bootstrap build and test in openshift-ci
2
3
-FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.22-openshift-4.16
+FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.22-openshift-4.17
4
5
ARG KUBECTL_KUTTL_VERSION=0.12.1
6
ARG OPERATOR_SDK_VERSION=1.35.0
@@ -23,4 +23,4 @@ RUN wget https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack
23
24
# Install operator-sdk
25
RUN curl -L -o /usr/local/bin/operator-sdk https://github.com/operator-framework/operator-sdk/releases/download/v${OPERATOR_SDK_VERSION}/operator-sdk_linux_amd64 && \
26
- chmod +x /usr/local/bin/operator-sdk
+ chmod +x /usr/local/bin/operator-sdk
0 commit comments