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 91cd15d commit 71f2633
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 @@ -13,8 +13,11 @@ FROM registry.access.redhat.com/ubi9/ubi
ARG VERSION=unknown
LABEL name="coroot-node-agent" \
vendor="Coroot, Inc." \
maintainer="Coroot, Inc." \
version=${VERSION} \
summary="Coroot Node Agent."
release="1" \
summary="Coroot Node Agent." \
description="Coroot Node Agent container image."

COPY LICENSE /licenses/LICENSE

Expand Down

0 comments on commit 71f2633

Please sign in to comment.