Skip to content

Commit 71f2633

Browse files
committed
image: add container image labels
1 parent 91cd15d commit 71f2633

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ FROM registry.access.redhat.com/ubi9/ubi
1313
ARG VERSION=unknown
1414
LABEL name="coroot-node-agent" \
1515
vendor="Coroot, Inc." \
16+
maintainer="Coroot, Inc." \
1617
version=${VERSION} \
17-
summary="Coroot Node Agent."
18+
release="1" \
19+
summary="Coroot Node Agent." \
20+
description="Coroot Node Agent container image."
1821

1922
COPY LICENSE /licenses/LICENSE
2023

0 commit comments

Comments
 (0)