Skip to content

Commit

Permalink
Merge pull request #1578 from openshift-bot/art-consistency-openshift…
Browse files Browse the repository at this point in the history
…-4.14-ose-ovn-kubernetes

Updating ose-ovn-kubernetes images to be consistent with ART
  • Loading branch information
openshift-merge-robot authored Mar 15, 2023
2 parents c78df07 + eb922a5 commit aeac6b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.rhel9
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# The standard name for this image is ovn-kube

FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.19-openshift-4.13 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.19-openshift-4.14 AS builder

WORKDIR /go/src/github.com/openshift/ovn-kubernetes
COPY . .
Expand All @@ -21,7 +21,7 @@ RUN cd go-controller; CGO_ENABLED=0 make windows
# - creating directories required by ovn-kubernetes
# - git commit number
# - ovnkube.sh script
FROM registry.ci.openshift.org/ocp/4.13:ovn-kubernetes-base-rhel-9
FROM registry.ci.openshift.org/ocp/4.14:ovn-kubernetes-base-rhel-9

USER root

Expand Down

0 comments on commit aeac6b2

Please sign in to comment.