Skip to content

Commit

Permalink
Merge pull request #560 from openshift-bot/art-consistency-openshift-…
Browse files Browse the repository at this point in the history
…4.10-sriov-network-webhook

Updating sriov-network-webhook images to be consistent with ART
  • Loading branch information
openshift-merge-robot authored Sep 8, 2021
2 parents fc93e4d + f87d917 commit f5555db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.webhook.rhel7
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.9 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.10 AS builder
WORKDIR /go/src/github.com/k8snetworkplumbingwg/sriov-network-operator
COPY . .
RUN make _build-webhook BIN_PATH=build/_output/cmd

FROM registry.ci.openshift.org/ocp/4.9:base
FROM registry.ci.openshift.org/ocp/4.10:base
LABEL io.k8s.display-name="OpenShift sriov-network-webhook" \
io.k8s.description="This is an admission controller webhook that mutates and validates customer resources of sriov network operator." \
io.openshift.tags="openshift,networking,sr-iov" \
Expand Down

0 comments on commit f5555db

Please sign in to comment.