Fix support level templating

This commit is contained in:
Atanas Dinov 2024-11-19 15:29:46 +02:00
parent b86365d971
commit b6a9d5ff15
No known key found for this signature in database
GPG Key ID: 10EC8CE955088A15

View File

@ -13,7 +13,7 @@ LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="SUSE LLC"
LABEL org.opensuse.reference="%%IMG_REPO%%/%%IMG_PREFIX%%release-manifest:3.1.1"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL com.suse.supportlevel="%SUPPORT_LEVEL%"
LABEL com.suse.supportlevel="%%SUPPORT_LEVEL%%"
LABEL com.suse.eula="SUSE Combined EULA February 2024"
LABEL com.suse.lifecycle-url="https://www.suse.com/lifecycle"
LABEL com.suse.image-type="release-manifest"