Hello community,

here is the log from the commit of package container-registry-systemd for 
openSUSE:Factory checked in at 2019-10-22 15:46:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/container-registry-systemd (Old)
 and      /work/SRC/openSUSE:Factory/.container-registry-systemd.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "container-registry-systemd"

Tue Oct 22 15:46:16 2019 rev:2 rq:741701 version:0.0+git20191022.f65282e

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/container-registry-systemd/container-registry-systemd.changes
    2019-10-18 14:36:43.099726095 +0200
+++ 
/work/SRC/openSUSE:Factory/.container-registry-systemd.new.2352/container-registry-systemd.changes
  2019-10-22 15:46:21.737780561 +0200
@@ -1,0 +2,13 @@
+Tue Oct 22 08:59:43 UTC 2019 - [email protected]
+
+- Update to version 0.0+git20191022.f65282e:
+  * Make registry auth-server container image configureable via sysconfig
+
+-------------------------------------------------------------------
+Mon Oct 21 19:10:21 UTC 2019 - [email protected]
+
+- Update to version 0.0+git20191021.8dc6fa1:
+  * Fix name of required service
+  * Fix path of container registry image to the official location
+
+-------------------------------------------------------------------

Old:
----
  container-registry-systemd-0.0+git20191017.60afa44.tar.xz

New:
----
  container-registry-systemd-0.0+git20191022.f65282e.tar.xz

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

Other differences:
------------------
++++++ container-registry-systemd.spec ++++++
--- /var/tmp/diff_new_pack.AZ2xAL/_old  2019-10-22 15:46:22.569781580 +0200
+++ /var/tmp/diff_new_pack.AZ2xAL/_new  2019-10-22 15:46:22.577781589 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           container-registry-systemd
-Version:        0.0+git20191017.60afa44
+Version:        0.0+git20191022.f65282e
 Release:        0
 Summary:        Systemd service files and config files for container-registry
 License:        GPL-3.0-or-later

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.AZ2xAL/_old  2019-10-22 15:46:22.617781638 +0200
+++ /var/tmp/diff_new_pack.AZ2xAL/_new  2019-10-22 15:46:22.617781638 +0200
@@ -1,6 +1,6 @@
 <servicedata>
   <service name="tar_scm">
     <param 
name="url">git://github.com/thkukuk/container-registry-systemd.git</param>
-    <param 
name="changesrevision">60afa44453e34456226beb731edefc3c34d3777f</param>
+    <param 
name="changesrevision">f65282ea5c2dbfe3f905dca8702db4a76aca451b</param>
  </service>
 </servicedata>
\ No newline at end of file

++++++ container-registry-systemd-0.0+git20191017.60afa44.tar.xz -> 
container-registry-systemd-0.0+git20191022.f65282e.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/container-registry-systemd-0.0+git20191017.60afa44/registry-auth_server.service
 
new/container-registry-systemd-0.0+git20191022.f65282e/registry-auth_server.service
--- 
old/container-registry-systemd-0.0+git20191017.60afa44/registry-auth_server.service
 2019-10-17 14:44:16.000000000 +0200
+++ 
new/container-registry-systemd-0.0+git20191022.f65282e/registry-auth_server.service
 2019-10-22 10:58:23.000000000 +0200
@@ -4,16 +4,16 @@
 # Make sure that at least the certs directory exists, the container
 # will fail if the configured certificates don't exist.
 ConditionPathExists=/etc/registry/certs
-Wants=container-registry
+Wants=container-registry.service
 
 [Service]
 TimeoutStartSec=0
 Restart=always
-Environment="DOCKER_AUTH_IMAGE_PATH=registry.opensuse.org/devel/kubic/containers/container/opensuse/docker_auth:latest"
+EnvironmentFile=/etc/sysconfig/container-registry
 ExecStartPre=-/usr/bin/podman stop %N
 ExecStartPre=-/usr/bin/podman rm %N
-ExecStartPre=/usr/bin/podman pull ${DOCKER_AUTH_IMAGE_PATH}
-ExecStart=/usr/bin/podman run --rm -v /etc/registry:/etc/registry -p 5001:5001 
--name %N ${DOCKER_AUTH_IMAGE_PATH}
+ExecStartPre=/usr/bin/podman pull ${AUTH_SERVER_IMAGE_PATH}
+ExecStart=/usr/bin/podman run --rm -v /etc/registry:/etc/registry -p 5001:5001 
--name %N ${AUTH_SERVER_IMAGE_PATH}
 ExecStop=/usr/bin/podman stop -t 2 %N
 
 [Install]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/container-registry-systemd-0.0+git20191017.60afa44/sysconfig.container-registry
 
new/container-registry-systemd-0.0+git20191022.f65282e/sysconfig.container-registry
--- 
old/container-registry-systemd-0.0+git20191017.60afa44/sysconfig.container-registry
 2019-10-17 14:44:16.000000000 +0200
+++ 
new/container-registry-systemd-0.0+git20191022.f65282e/sysconfig.container-registry
 2019-10-22 10:58:23.000000000 +0200
@@ -4,7 +4,7 @@
 ## Default:    "registry.opensuse.org/opensuse/registry:latest"
 #
 # Name of the image path to pull the registry image
-REGISTRY_IMAGE_PATH=registry.opensuse.org/home/kukuk/container/container/opensuse/registry:latest
+REGISTRY_IMAGE_PATH="registry.opensuse.org/opensuse/registry:latest"
 
 ## Type:        integer
 ## Default:     "443"
@@ -18,3 +18,8 @@
 # Name of the path where the container images should be stored
 STORAGE_DIR="/srv/registry"
 
+## Type:       string
+## Default:    "registry.opensuse.org/opensuse/docker_auth:latest"
+#
+# Name of the image path to pull the auth server image
+AUTH_SERVER_IMAGE_PATH="registry.opensuse.org/opensuse/docker_auth:latest"


Reply via email to