Skip to content

Commit c770ecd

Browse files
author
AOS Automation Release Team
committed
Updating ovn-kubernetes-microshift-container image to be consistent with ART for 4.20
Reconciling with https://github.com/openshift/ocp-build-data/tree/8f77fc475c95f9d98c348deb2feb88f5952d7357/images/ovn-kubernetes-microshift.yml
1 parent 31d2803 commit c770ecd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.23-openshift-4.19
4+
tag: rhel-9-release-golang-1.24-openshift-4.20

Dockerfile.microshift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
# openvswitch-devel, openvswitch-ipsec, libpcap, iproute etc
1313
# ovn-kube-util, hybrid-overlay-node.exe, ovndbchecker and ovnkube-trace
1414

15-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19 AS builder
15+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.20 AS builder
1616

1717
WORKDIR /go/src/github.com/openshift/ovn-kubernetes
1818
COPY . .
1919

2020
# build the binaries
2121
RUN cd go-controller; CGO_ENABLED=0 make
2222

23-
FROM registry.ci.openshift.org/ocp/4.19:ovn-kubernetes-base
23+
FROM registry.ci.openshift.org/ocp/4.20:ovn-kubernetes-base
2424

2525
USER root
2626

0 commit comments

Comments
 (0)