Skip to content

Commit 4f198b2

Browse files
Merge pull request #52 from openshift-bot/art-consistency-openshift-4.10-kube-rbac-proxy
Updating kube-rbac-proxy images to be consistent with ART
2 parents 58e0929 + f734dc2 commit 4f198b2

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: golang-1.14
4+
tag: rhel-8-release-golang-1.17-openshift-4.10

Dockerfile.ocp

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-8-golang-1.16-openshift-4.9 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.17-openshift-4.10 AS builder
22
WORKDIR /go/src/github.com/brancz/kube-rbac-proxy
33
COPY . .
44
ENV GO111MODULE=on
@@ -7,7 +7,7 @@ ENV GOFLAGS="-mod=vendor"
77
RUN make build && \
88
cp _output/kube-rbac-proxy-$(go env GOOS)-$(go env GOARCH) _output/kube-rbac-proxy
99

10-
FROM registry.ci.openshift.org/ocp/4.9:base
10+
FROM registry.ci.openshift.org/ocp/4.10:base
1111
LABEL io.k8s.display-name="kube-rbac-proxy" \
1212
io.k8s.description="This is a proxy, that can perform Kubernetes RBAC authorization." \
1313
io.openshift.tags="openshift,kubernetes" \

0 commit comments

Comments
 (0)