We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91cd15d commit 71f2633Copy full SHA for 71f2633
Dockerfile
@@ -13,8 +13,11 @@ FROM registry.access.redhat.com/ubi9/ubi
13
ARG VERSION=unknown
14
LABEL name="coroot-node-agent" \
15
vendor="Coroot, Inc." \
16
+ maintainer="Coroot, Inc." \
17
version=${VERSION} \
- summary="Coroot Node Agent."
18
+ release="1" \
19
+ summary="Coroot Node Agent." \
20
+ description="Coroot Node Agent container image."
21
22
COPY LICENSE /licenses/LICENSE
23
0 commit comments