forked from brancz/kube-rbac-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request brancz#28 from paulfantom/summary
Bug 1867510: Fix container image metadata
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|