From 03f1329dbd36d3f792608d5757990ffdd4015d8bc47b987212a350e1a7ce7801 Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Fri, 12 Mar 2021 14:55:48 +0000 Subject: [PATCH] Accepting request 878517 from home:vulyanov:branches:Virtualization - Rename virt-cdi-uploadproxy to cdi-uploadproxy - Initial container for CDI upload proxy OBS-URL: https://build.opensuse.org/request/show/878517 OBS-URL: https://build.opensuse.org/package/show/Virtualization/cdi-uploadproxy-container?expand=0&rev=2 --- Dockerfile | 8 ++++---- cdi-uploadproxy-container.changes | 9 +++++++++ virt-cdi-uploadproxy-container.changes | 4 ---- 3 files changed, 13 insertions(+), 8 deletions(-) create mode 100644 cdi-uploadproxy-container.changes delete mode 100644 virt-cdi-uploadproxy-container.changes diff --git a/Dockerfile b/Dockerfile index 5ef96e7..507548d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ # Defines the tag for OBS and build script builds: -#!BuildTag: opensuse/tumbleweed/virt-cdi-uploadproxy:%%PKG_VERSION%% -#!BuildTag: opensuse/tumbleweed/virt-cdi-uploadproxy:%%PKG_VERSION%%.%RELEASE% +#!BuildTag: opensuse/tumbleweed/cdi-uploadproxy:%%PKG_VERSION%% +#!BuildTag: opensuse/tumbleweed/cdi-uploadproxy:%%PKG_VERSION%%.%RELEASE% -# virt-cdi-uploadproxy container image +# cdi-uploadproxy container image FROM opensuse/tumbleweed # labelprefix=org.opensuse.kubevirt @@ -11,7 +11,7 @@ PREFIXEDLABEL org.opencontainers.image.description="Upload proxy for the data fe PREFIXEDLABEL org.opencontainers.image.created="%BUILDTIME%" PREFIXEDLABEL org.opencontainers.image.version="%%PKG_VERSION%%.%RELEASE%" PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%" -PREFIXEDLABEL org.opensuse.reference="opensuse/tumbleweed/virt-cdi-uploadproxy:%%PKG_VERSION%%.%RELEASE%" +PREFIXEDLABEL org.opensuse.reference="opensuse/tumbleweed/cdi-uploadproxy:%%PKG_VERSION%%.%RELEASE%" RUN zypper update -y && \ zypper install -y \ diff --git a/cdi-uploadproxy-container.changes b/cdi-uploadproxy-container.changes new file mode 100644 index 0000000..ed6e003 --- /dev/null +++ b/cdi-uploadproxy-container.changes @@ -0,0 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 12 09:53:36 UTC 2021 - Vasily Ulyanov + +- Rename virt-cdi-uploadproxy to cdi-uploadproxy + +------------------------------------------------------------------- +Sun Oct 25 23:03:09 UTC 2020 - James Fehlig + +- Initial container for CDI upload proxy diff --git a/virt-cdi-uploadproxy-container.changes b/virt-cdi-uploadproxy-container.changes deleted file mode 100644 index 5985dd7..0000000 --- a/virt-cdi-uploadproxy-container.changes +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------- -Sun Oct 25 23:03:09 UTC 2020 - James Fehlig - -- Initial container for CDI upload proxy