Skip to content

Commit a9afcfa

Browse files
author
Arpit Sharma
committed
Updated prow Dockerfile for newer versions and defined new variables
Updated prow Dockerfile for newer versions and defined new variables Updated prow Dockerfile for newer versions and defined new variables
1 parent 5765516 commit a9afcfa

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

prow/Dockerfile

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
FROM quay.io/centos/centos:stream9
22

33
ARG python_full_version=3.14.0
4-
ARG OCP_CLIENT_VERSION=4.19.1
5-
ARG VIRTCTL_VERSION=1.5.0
4+
ARG OCP_CLIENT_VERSION=4.21.2
5+
ARG VIRTCTL_VERSION=1.7.0
6+
ARG BENCHMARK_OPERATOR_VERSION=v1.0.4
7+
ARG OPENSHIFT4_TOOLS_VERSION=v1.2.2-kata-ci
68

79
RUN dnf update -y --nobest \
810
&& dnf group install -y "Development Tools" \
@@ -25,8 +27,8 @@ RUN dnf update -y --nobest \
2527
&& curl -L "https://github.com/kubevirt/kubevirt/releases/download/v${VIRTCTL_VERSION}/virtctl-v${VIRTCTL_VERSION}-linux-amd64" -o /usr/local/bin/virtctl \
2628
&& chmod +x /usr/local/bin/virtctl \
2729
&& mkdir -p ~/.kube ~/.ssh /tmp/run_artifacts \
28-
&& git clone -b v1.0.4 https://github.com/cloud-bulldozer/benchmark-operator /tmp/benchmark-operator \
29-
&& git clone -b v1.2.2-kata-ci https://github.com/RobertKrawitz/OpenShift4-tools /tmp/OpenShift4-tools \
30+
&& git clone -b ${BENCHMARK_OPERATOR_VERSION} https://github.com/cloud-bulldozer/benchmark-operator /tmp/benchmark-operator \
31+
&& git clone -b ${OPENSHIFT4_TOOLS_VERSION} https://github.com/RobertKrawitz/OpenShift4-tools /tmp/OpenShift4-tools \
3032
&& dnf clean all \
3133
&& rm -rf /var/cache/dnf
3234

0 commit comments

Comments
 (0)