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 46df536 commit adfbe93Copy full SHA for adfbe93
openshift-ci/build-root/Dockerfile
@@ -5,8 +5,6 @@ FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.21-open
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