Skip to content

Commit 9ea209d

Browse files
author
AOS Automation Release Team
committed
1 parent 3053351 commit 9ea209d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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-8-release-golang-1.20-openshift-4.14
4+
tag: rhel-8-release-golang-1.20-openshift-4.15

images/sdn/Dockerfile.rhel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.20-openshift-4.14 AS rhel9-builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.20-openshift-4.15 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.14 AS rhel8-builder
7+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.15 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.14:cli AS cli
14-
FROM registry.ci.openshift.org/ocp/4.14:base
13+
FROM registry.ci.openshift.org/ocp/4.15:cli AS cli
14+
FROM registry.ci.openshift.org/ocp/4.15:base
1515

1616
ARG ovsver=2.13
1717

0 commit comments

Comments
 (0)