Skip to content

Commit

Permalink
Merge pull request brancz#28 from paulfantom/summary
Browse files Browse the repository at this point in the history
Bug 1867510: Fix container image metadata
  • Loading branch information
openshift-merge-robot authored Sep 1, 2020
2 parents 4547c8d + 137661c commit 5702d24
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile.ocp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ RUN make build && \
FROM registry.svc.ci.openshift.org/ocp/4.6: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="kubernetes" \
maintainer="Frederic Branczyk <[email protected]>"
io.openshift.tags="openshift,kubernetes" \
summary="" \
maintainer="OpenShift Monitoring Team <[email protected]>"

ARG FROM_DIRECTORY=/go/src/github.com/brancz/kube-rbac-proxy
COPY --from=builder ${FROM_DIRECTORY}/_output/kube-rbac-proxy /usr/bin/kube-rbac-proxy
Expand Down

0 comments on commit 5702d24

Please sign in to comment.