Skip to content

Commit

Permalink
image: 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 6b0870e commit 45e6154
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ FROM registry.access.redhat.com/ubi9/ubi
ARG VERSION=unknown
LABEL name="coroot-cluster-agent" \
vendor="Coroot, Inc." \
maintainer="Coroot, Inc." \
version=${VERSION} \
summary="Coroot Cluster Agent."
release="1" \
summary="Coroot Cluster Agent." \
description="Coroot Cluster Agent container image."

COPY LICENSE /licenses/LICENSE

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# coroot-cluster-agent
Coroot Cluster Agent.

0 comments on commit 45e6154

Please sign in to comment.