Skip to content

Commit

Permalink
Updating ose-node-container image to be consistent with ART for 4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS Automation Release Team committed Jan 25, 2024
1 parent 027a2b4 commit cc4356c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci-operator.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build_root_image:
name: release
namespace: openshift
tag: rhel-9-release-golang-1.21-openshift-4.16
tag: rhel-8-release-golang-1.21-openshift-4.16
2 changes: 1 addition & 1 deletion images/sdn/Dockerfile.rhel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY . .
RUN make build --warn-undefined-variables
RUN CGO_ENABLED=1 make build GO_BUILD_PACKAGES="github.com/openshift/sdn/cmd/openshift-sdn-cni" --warn-undefined-variables

FROM registry.ci.openshift.org/ocp/4.16:base-rhel9
FROM registry.ci.openshift.org/ocp/4.16:base

ARG ovsver=3.1

Expand Down

0 comments on commit cc4356c

Please sign in to comment.