From 7884502c2f54a503f7576877cae698ea61000ed6 Mon Sep 17 00:00:00 2001 From: Anton Petruhin Date: Thu, 23 Jan 2025 15:14:22 +0400 Subject: [PATCH] add container image labels --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2d142c1..793bdee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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