diff --git a/Dockerfile b/Dockerfile
index 92ba42b..dacabdc 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-exportproxy:%%PKG_VERSION%%.%RELEASE%"
+LABEL com.suse.supportlevel="%%SUPPORT_LEVEL%%"
# endlabelprefix
RUN zypper -n install kubevirt-virt-exportproxy shadow && \
diff --git a/_service b/_service
index 9c91910..c3e5924 100644
--- a/_service
+++ b/_service
@@ -8,6 +8,7 @@
REGISTRY
TAGPREFIX
LABELPREFIX
+ SUPPORT_LEVEL
pkg=kubevirt-virt-exportproxy source /usr/lib/obs/service/kubevirt_containers_meta
1
diff --git a/virt-exportproxy-container.changes b/virt-exportproxy-container.changes
index 1f541ee..4be9196 100644
--- a/virt-exportproxy-container.changes
+++ b/virt-exportproxy-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