Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
varshab1210 authored Dec 24, 2024
1 parent 1a02aef commit 3367749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openshift-ci/build-root/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dockerfile to bootstrap build and test in openshift-ci

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

ARG KUBECTL_KUTTL_VERSION=0.12.1
ARG OPERATOR_SDK_VERSION=1.35.0
Expand All @@ -23,4 +23,4 @@ RUN wget https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack

# Install operator-sdk
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 && \
chmod +x /usr/local/bin/operator-sdk
chmod +x /usr/local/bin/operator-sdk

0 comments on commit 3367749

Please sign in to comment.