Skip to content

Commit ec5e9de

Browse files
authored
Changing registry image to fix CI failure (#743)
* Changing registry image to fix CI failure Signed-off-by: Varsha B <[email protected]> * replace yum with dnf Signed-off-by: Varsha B <[email protected]> * addressing review comment Signed-off-by: Varsha B <[email protected]> * addressing review comment Signed-off-by: Varsha B <[email protected]> * exit safely Signed-off-by: Varsha B <[email protected]> * removing yum command for package installations Signed-off-by: Varsha B <[email protected]> --------- Signed-off-by: Varsha B <[email protected]>
1 parent df6c4d9 commit ec5e9de

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

openshift-ci/build-root/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# Dockerfile to bootstrap build and test in openshift-ci
22

3-
FROM registry.ci.openshift.org/openshift/release:golang-1.19
3+
FROM registry.ci.openshift.org/openshift/release:golang-1.21
44

55
ARG KUBECTL_KUTTL_VERSION=0.12.1
66
ARG OPERATOR_SDK_VERSION=1.22.2
77

8-
RUN yum -y install dnf httpd-tools podman docker
9-
108
# Install kubectl tool which is used in e2e-tests
119
RUN curl -sSL -o /usr/local/bin/kubectl "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" && \
1210
chmod +x /usr/local/bin/kubectl

0 commit comments

Comments
 (0)