diff --git a/Dockerfile b/Dockerfile index 45d3a0b..6449c5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,7 @@ LABEL org.opencontainers.image.version="%%PKG_VERSION%%.%RELEASE%" LABEL org.opencontainers.image.source="%SOURCEURL%" LABEL org.openbuildservice.disturl="%DISTURL%" LABEL org.opensuse.reference="%%REGISTRY%%/%%TAGPREFIX%%/virt-handler:%%PKG_VERSION%%.%RELEASE%" +LABEL com.suse.supportlevel="%%SUPPORT_LEVEL%%" # endlabelprefix RUN zypper -n install \ diff --git a/_service b/_service index 8cda4b0..e48dbf8 100644 --- a/_service +++ b/_service @@ -8,6 +8,7 @@ REGISTRY TAGPREFIX LABELPREFIX + SUPPORT_LEVEL pkg=kubevirt-virt-handler source /usr/lib/obs/service/kubevirt_containers_meta 1 diff --git a/virt-handler-container.changes b/virt-handler-container.changes index 3c8e4da..88a8d9e 100644 --- a/virt-handler-container.changes +++ b/virt-handler-container.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 15 05:50:28 UTC 2024 - Vasily Ulyanov + +- Add LABEL with support level + ------------------------------------------------------------------- Wed Sep 18 06:49:55 UTC 2024 - Vasily Ulyanov