Skip to content

Commit

Permalink
Merge pull request openshift#870 from openshift-bot/art-consistency-o…
Browse files Browse the repository at this point in the history
…penshift-4.16-sriov-network-operator

OCPBUGS-24869: Updating sriov-network-operator-container image to be consistent with ART
  • Loading branch information
openshift-merge-bot[bot] authored Dec 21, 2023
2 parents dc2ff8d + cb3f8e2 commit be433eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.rhel7
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.20-openshift-4.15 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.21-openshift-4.16 AS builder
WORKDIR /go/src/github.com/k8snetworkplumbingwg/sriov-network-operator
COPY . .
RUN make _build-manager BIN_PATH=build/_output/cmd

FROM registry.ci.openshift.org/ocp/4.15:base-rhel9
FROM registry.ci.openshift.org/ocp/4.16:base-rhel9
LABEL io.k8s.display-name="OpenShift sriov-network-operator" \
io.k8s.description="This is the component that manange and config sriov component in Openshift cluster" \
io.openshift.tags="openshift,networking,sr-iov" \
Expand Down

0 comments on commit be433eb

Please sign in to comment.