Skip to content

Commit d394308

Browse files
Merge pull request #168 from openshift-bot/art-consistency-openshift-4.22-sriov-cni
OCPBUGS-70031: Updating sriov-cni-container image to be consistent with ART for 4.22
2 parents 2922805 + a76c83a commit d394308

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.ci-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build_root_image:
22
name: release
33
namespace: openshift
4-
tag: rhel-9-release-golang-1.24-openshift-4.21
4+
tag: rhel-9-release-golang-1.24-openshift-4.22

Dockerfile.rhel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.24-openshift-4.21 AS builder-rhel8
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.24-openshift-4.22 AS builder-rhel8
22

33
COPY . /usr/src/sriov-cni
44

@@ -7,15 +7,15 @@ RUN make clean && \
77
GO_TAGS="" GO_BUILD_OPTS=CGO_ENABLED=1 make build
88

99

10-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21 AS builder-rhel9
10+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.22 AS builder-rhel9
1111

1212
COPY . /usr/src/sriov-cni
1313

1414
WORKDIR /usr/src/sriov-cni
1515
RUN make clean && \
1616
GO_TAGS="" GO_BUILD_OPTS=CGO_ENABLED=1 make build
1717

18-
FROM registry.ci.openshift.org/ocp/4.21:base-rhel9
18+
FROM registry.ci.openshift.org/ocp/4.22:base-rhel9
1919

2020
COPY --from=builder-rhel9 /usr/src/sriov-cni/build/sriov /usr/bin/
2121

0 commit comments

Comments
 (0)