Skip to content

Commit 1cd38d1

Browse files
author
AOS Automation Release Team
committed
Updating ose-node-container image to be consistent with ART for 4.16
Reconciling with https://github.com/openshift/ocp-build-data/tree/116f80bac322c817859ae6d2e6923b6dd916c2e4/images/ose-sdn.yml
1 parent f0ba068 commit 1cd38d1

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.21-openshift-4.16
4+
tag: rhel-8-release-golang-1.21-openshift-4.16

images/sdn/Dockerfile.rhel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.20-openshift-4.15 AS rhel9-builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.21-openshift-4.16 AS rhel9-builder
22
WORKDIR /go/src/github.com/openshift/sdn
33
COPY . .
44
RUN make build --warn-undefined-variables
55
RUN CGO_ENABLED=1 make build GO_BUILD_PACKAGES="github.com/openshift/sdn/cmd/openshift-sdn-cni" --warn-undefined-variables
66

7-
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.15 AS rhel8-builder
7+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.21-openshift-4.16 AS rhel8-builder
88
WORKDIR /go/src/github.com/openshift/sdn
99
COPY . .
1010
RUN make build --warn-undefined-variables
1111
RUN CGO_ENABLED=1 make build GO_BUILD_PACKAGES="github.com/openshift/sdn/cmd/openshift-sdn-cni" --warn-undefined-variables
1212

13-
FROM registry.ci.openshift.org/ocp/4.15:base
13+
FROM registry.ci.openshift.org/ocp/4.16:base
1414

1515
ARG ovsver=2.13
1616

0 commit comments

Comments
 (0)