Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package java16-devel-container for 
openSUSE:Factory checked in at 2021-03-24 16:12:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/java16-devel-container (Old)
 and      /work/SRC/openSUSE:Factory/.java16-devel-container.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "java16-devel-container"

Wed Mar 24 16:12:18 2021 rev:3 rq:881041 version:unknown

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/java16-devel-container/java16-devel-container.changes
    2021-03-20 21:26:21.765203872 +0100
+++ 
/work/SRC/openSUSE:Factory/.java16-devel-container.new.2401/java16-devel-container.changes
  2021-03-24 16:12:21.103901206 +0100
@@ -1,0 +2,16 @@
+Wed Mar 24 12:21:53 UTC 2021 - Marco Varlese <[email protected]>
+
+- Renamed tag to follow upstream
+
+-------------------------------------------------------------------
+Tue Mar 23 19:28:04 UTC 2021 - Marco Varlese <[email protected]>
+
+- Not having "opensuse" as prefix does not conform to specification as per 
conversation with fvogt
+
+-------------------------------------------------------------------
+Mon Mar 22 13:28:11 UTC 2021 - Frederic Crozat <[email protected]>
+
+- Allow to override base container and release package using
+  Docker arguments.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.YuL5QT/_old  2021-03-24 16:12:21.495901618 +0100
+++ /var/tmp/diff_new_pack.YuL5QT/_new  2021-03-24 16:12:21.495901618 +0100
@@ -1,20 +1,22 @@
 # Defines the tag for OBS and build script builds:
-#!BuildTag: opensuse/java-devel:16
-#!BuildTag: opensuse/java-devel:%%PKG_VERSION%%
-#!BuildTag: opensuse/java-devel:%%PKG_VERSION%%.%RELEASE%
+#!BuildTag: opensuse/openjdk:16
+#!BuildTag: opensuse/openjdk:%%PKG_VERSION%%
+#!BuildTag: opensuse/openjdk:%%PKG_VERSION%%.%RELEASE%
 
-FROM opensuse/tumbleweed
+ARG BASE=opensuse/tumbleweed
+FROM $BASE
 
-# labelprefix=org.opensuse.java-devel
+# labelprefix=org.opensuse.openjdk
 PREFIXEDLABEL org.opencontainers.image.title="Java 16 development container"
 PREFIXEDLABEL org.opencontainers.image.description="Environment for Java 16 
development"
 PREFIXEDLABEL org.opencontainers.image.created="%BUILDTIME%"
 PREFIXEDLABEL org.opencontainers.image.version="%%PKG_VERSION%%.%RELEASE%"
 PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%"
-PREFIXEDLABEL 
org.opensuse.reference="opensuse/java-devel:%%PKG_VERSION%%.%RELEASE%"
+PREFIXEDLABEL 
org.opensuse.reference="registry.opensuse.org/opensuse/openjdk:%%PKG_VERSION%%.%RELEASE%"
 
 # Work around https://github.com/openSUSE/obs-build/issues/487
-RUN zypper install -y openSUSE-release-appliance-docker
+ARG RELEASE_PACKAGE=openSUSE-release-appliance-docker
+RUN zypper install -y $RELEASE_PACKAGE
 
 # Development packages
 RUN zypper install -y --no-recommends java-16-openjdk-devel maven git-core

Reply via email to