Skip to content

Commit

Permalink
making enterprise contract happy
Browse files Browse the repository at this point in the history
Signed-off-by: desmax74 <[email protected]>
  • Loading branch information
desmax74 authored and mrizzi committed Mar 8, 2024
1 parent af24871 commit 5f710ef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dockerfiles/Dockerfile.guac-ubi
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ ENV GOPATH=/usr/local/go
ENV PATH="/usr/local/go/bin:$PATH"
RUN rm -rf bin/ && make build

LABEL description="Trustification-Guac"
LABEL io.k8s.description ="Trustification-Guac"
LABEL io.k8s.display-name ="Trustification-Guac"
LABEL summary ="Trustification-Guac"
LABEL io.openshift.tags ="Trustification-Guac"
LABEL name ="Trustification-Guac"

FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
RUN microdnf install -y tar gzip
Expand Down

0 comments on commit 5f710ef

Please sign in to comment.