Skip to content

Commit

Permalink
add container image labels
Browse files Browse the repository at this point in the history
  • Loading branch information
apetruhin committed Jan 23, 2025
1 parent bbc631c commit 7884502
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ FROM registry.access.redhat.com/ubi9/ubi
ARG VERSION=unknown
LABEL name="coroot-operator" \
vendor="Coroot, Inc." \
maintainer="Coroot, Inc." \
version=${VERSION} \
summary="Coroot Operator."
release="1" \
summary="Coroot Operator." \
description="Coroot Operator container image."

COPY LICENSE /licenses/LICENSE

Expand Down

0 comments on commit 7884502

Please sign in to comment.