Skip to content

Commit f773df9

Browse files
author
AOS Automation Release Team
committed
Updating dpu-intel-netsec-vsp-container image to be consistent with ART for 5.0
Reconciling with https://github.com/openshift-eng/ocp-build-data/tree/7691ed4dc0b6585b358f9e73fb736ace9a48a286/images/dpu-intel-netsec-vsp.yml
1 parent 846e112 commit f773df9

2 files changed

Lines changed: 3 additions & 3 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-9-release-golang-1.25-openshift-4.22
4+
tag: rhel-9-release-golang-1.26-openshift-5.0

Dockerfile.IntelNetSecVSP.rhel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.25-openshift-4.22 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.26-openshift-5.0 AS builder
22
ARG TARGETOS
33
ARG TARGETARCH
44

@@ -17,7 +17,7 @@ RUN mkdir -p /bin && \
1717

1818
# Use distroless as minimal base image to package the Marvell VSP binary
1919
# Refer to https://github.com/GoogleContainerTools/distroless for more details
20-
FROM registry.ci.openshift.org/ocp/4.22:base-rhel9
20+
FROM registry.ci.openshift.org/ocp/5.0:base-rhel9
2121
ARG TARGETARCH
2222
COPY --from=builder /workspace/bin/vsp-intel-netsec.${TARGETARCH} /vsp-intel-netsec
2323

0 commit comments

Comments
 (0)