File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 11FROM quay.io/centos/centos:stream9
22
33ARG 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
79RUN 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
You can’t perform that action at this time.
0 commit comments