Skip to content

Commit

Permalink
Updating sriov-network-webhook builder & base images to be consistent…
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS Automation Release Team committed Feb 6, 2021
1 parent 211e0a7 commit 5791180
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.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.8 AS builder
WORKDIR /go/src/github.com/k8snetworkplumbingwg/sriov-network-operator
COPY . .
RUN make _build-webhook BIN_PATH=build/_output/cmd

FROM registry.svc.ci.openshift.org/ocp/4.7:base
FROM registry.ci.openshift.org/ocp/4.8: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 5791180

Please sign in to comment.