From a7ce7fdd9e62ed9a72b66d819fe5eed55245885444e26a820ee0da44176f42a0 Mon Sep 17 00:00:00 2001 From: Vasily Ulyanov Date: Wed, 22 May 2024 11:39:10 +0000 Subject: [PATCH] Accepting request 1175775 from home:vulyanov:branches:Virtualization:sourceurl - Add LABEL with source URL OBS-URL: https://build.opensuse.org/request/show/1175775 OBS-URL: https://build.opensuse.org/package/show/Virtualization/cdi-operator-container?expand=0&rev=16 --- Dockerfile | 1 + cdi-apiserver-operator.changes | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/Dockerfile b/Dockerfile index a4a5e18..537a020 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,7 @@ LABEL org.opencontainers.image.title="CDI operator service container" LABEL org.opencontainers.image.description="Operator for the data fetching service for VM container images" 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%%/cdi-operator:%%PKG_VERSION%%.%RELEASE%" # endlabelprefix diff --git a/cdi-apiserver-operator.changes b/cdi-apiserver-operator.changes index 4d3f14d..376f734 100644 --- a/cdi-apiserver-operator.changes +++ b/cdi-apiserver-operator.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 22 08:12:59 UTC 2024 - Vasily Ulyanov + +- Add LABEL with source URL + ------------------------------------------------------------------- Mon Oct 23 12:23:28 UTC 2023 - Vasily Ulyanov