From fb3a2739316b6f0ab513d5b2b863c0aaa4be72b02f650657e2f0171428a9015a Mon Sep 17 00:00:00 2001 From: Vasily Ulyanov Date: Wed, 22 May 2024 11:37:27 +0000 Subject: [PATCH] Accepting request 1175780 from home:vulyanov:branches:Virtualization:sourceurl - Add LABEL with source URL OBS-URL: https://build.opensuse.org/request/show/1175780 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-exportproxy-container?expand=0&rev=7 --- Dockerfile | 1 + virt-exportproxy-container.changes | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/Dockerfile b/Dockerfile index f1d8fa3..92ba42b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,7 @@ LABEL org.opencontainers.image.title="kubevirt virt-exportproxy container" LABEL org.opencontainers.image.description="Export proxy for the VirtualMachineExport resources" 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-exportproxy:%%PKG_VERSION%%.%RELEASE%" # endlabelprefix diff --git a/virt-exportproxy-container.changes b/virt-exportproxy-container.changes index d3fc5ed..1f541ee 100644 --- a/virt-exportproxy-container.changes +++ b/virt-exportproxy-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:26:46 UTC 2023 - Vasily Ulyanov