diff --git a/Dockerfile b/Dockerfile index a5d322d..406ea31 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-controller:%%PKG_VERSION%%.%RELEASE%" +LABEL com.suse.supportlevel="%%SUPPORT_LEVEL%%" # endlabelprefix RUN zypper -n install kubevirt-virt-controller shadow && \ diff --git a/_service b/_service index eb47932..598a221 100644 --- a/_service +++ b/_service @@ -8,6 +8,7 @@ REGISTRY TAGPREFIX LABELPREFIX + SUPPORT_LEVEL pkg=kubevirt-virt-controller source /usr/lib/obs/service/kubevirt_containers_meta 1 diff --git a/virt-controller-container.changes b/virt-controller-container.changes index f98586c..4cc8862 100644 --- a/virt-controller-container.changes +++ b/virt-controller-container.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 15 05:50:28 UTC 2024 - Vasily Ulyanov + +- Add LABEL with support level + ------------------------------------------------------------------- Wed May 22 08:12:59 UTC 2024 - Vasily Ulyanov