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 df6c4d9 commit ec5e9deCopy full SHA for ec5e9de
openshift-ci/build-root/Dockerfile
@@ -1,12 +1,10 @@
1
# Dockerfile to bootstrap build and test in openshift-ci
2
3
-FROM registry.ci.openshift.org/openshift/release:golang-1.19
+FROM registry.ci.openshift.org/openshift/release:golang-1.21
4
5
ARG KUBECTL_KUTTL_VERSION=0.12.1
6
ARG OPERATOR_SDK_VERSION=1.22.2
7
8
-RUN yum -y install dnf httpd-tools podman docker
9
-
10
# Install kubectl tool which is used in e2e-tests
11
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" && \
12
chmod +x /usr/local/bin/kubectl
0 commit comments