Skip to content

Commit

Permalink
Merge pull request openshift#41 from openshift-bot/art-consistency-op…
Browse files Browse the repository at this point in the history
…enshift-4.8-kube-rbac-proxy

Updating kube-rbac-proxy builder & base images to be consistent with ART
  • Loading branch information
openshift-merge-robot authored Feb 9, 2021
2 parents 0804819 + d2a8911 commit 6ea3294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.ocp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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/brancz/kube-rbac-proxy
COPY . .
ENV GO111MODULE=on
Expand All @@ -7,7 +7,7 @@ ENV GOFLAGS="-mod=vendor"
RUN make build && \
cp _output/kube-rbac-proxy-$(go env GOOS)-$(go env GOARCH) _output/kube-rbac-proxy

FROM registry.svc.ci.openshift.org/ocp/4.7:base
FROM registry.ci.openshift.org/ocp/4.8:base
LABEL io.k8s.display-name="kube-rbac-proxy" \
io.k8s.description="This is a proxy, that can perform Kubernetes RBAC authorization." \
io.openshift.tags="openshift,kubernetes" \
Expand Down

0 comments on commit 6ea3294

Please sign in to comment.