From 40231e9eb0f3683b9528998d27a9437c62506d8077badf1319040928bf7d53a6 Mon Sep 17 00:00:00 2001 From: Vasily Ulyanov Date: Wed, 22 May 2024 11:39:17 +0000 Subject: [PATCH] Accepting request 1175776 from home:vulyanov:branches:Virtualization:sourceurl - Add LABEL with source URL OBS-URL: https://build.opensuse.org/request/show/1175776 OBS-URL: https://build.opensuse.org/package/show/Virtualization/cdi-uploadproxy-container?expand=0&rev=16 --- Dockerfile | 1 + cdi-uploadproxy-container.changes | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/Dockerfile b/Dockerfile index 78f242b..609c894 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,7 @@ LABEL org.opencontainers.image.title="CDI uploadproxy container" LABEL org.opencontainers.image.description="Upload proxy 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-uploadproxy:%%PKG_VERSION%%.%RELEASE%" # endlabelprefix diff --git a/cdi-uploadproxy-container.changes b/cdi-uploadproxy-container.changes index 75a0bb7..c3989cf 100644 --- a/cdi-uploadproxy-container.changes +++ b/cdi-uploadproxy-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:24:00 UTC 2023 - Vasily Ulyanov