diff --git a/Dockerfile b/Dockerfile index b0ddfd3..522d68e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,7 @@ LABEL org.opencontainers.image.title="kubevirt virt-operator container" LABEL org.opencontainers.image.description="Virtualization operator for kubevirt" LABEL org.opencontainers.image.created="%BUILDTIME%" 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-operator:%%PKG_VERSION%%.%RELEASE%" # endlabelprefix diff --git a/virt-operator-container.changes b/virt-operator-container.changes index 7e35cf9..dad6192 100644 --- a/virt-operator-container.changes +++ b/virt-operator-container.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 22 08:12:59 UTC 2024 - Vasily Ulyanov + +- Add LABEL with source URL + ------------------------------------------------------------------- Mon Oct 23 12:29:23 UTC 2023 - Vasily Ulyanov