Hello community,
here is the log from the commit of package container-registry-systemd for
openSUSE:Factory checked in at 2020-02-28 15:21:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/container-registry-systemd (Old)
and /work/SRC/openSUSE:Factory/.container-registry-systemd.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "container-registry-systemd"
Fri Feb 28 15:21:50 2020 rev:7 rq:780193 version:0.0+git20200228.a79d477
Changes:
--------
---
/work/SRC/openSUSE:Factory/container-registry-systemd/container-registry-systemd.changes
2020-01-16 18:21:26.056981377 +0100
+++
/work/SRC/openSUSE:Factory/.container-registry-systemd.new.26092/container-registry-systemd.changes
2020-02-28 15:21:53.485960324 +0100
@@ -1,0 +2,7 @@
+Fri Feb 28 09:19:43 UTC 2020 - [email protected]
+
+- Update to version 0.0+git20200228.a79d477:
+ * README: Add section about pull-through cache
+ * README: Add link to configuration reference
+
+-------------------------------------------------------------------
Old:
----
container-registry-systemd-0.0+git20200115.5e372f5.tar.xz
New:
----
container-registry-systemd-0.0+git20200228.a79d477.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ container-registry-systemd.spec ++++++
--- /var/tmp/diff_new_pack.G4kuuY/_old 2020-02-28 15:21:54.257961895 +0100
+++ /var/tmp/diff_new_pack.G4kuuY/_new 2020-02-28 15:21:54.257961895 +0100
@@ -17,7 +17,7 @@
Name: container-registry-systemd
-Version: 0.0+git20200115.5e372f5
+Version: 0.0+git20200228.a79d477
Release: 0
Summary: Systemd service files and config files for container-registry
License: GPL-3.0-or-later
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.G4kuuY/_old 2020-02-28 15:21:54.301961985 +0100
+++ /var/tmp/diff_new_pack.G4kuuY/_new 2020-02-28 15:21:54.305961993 +0100
@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param
name="url">git://github.com/kubic-project/container-registry-systemd.git</param>
- <param
name="changesrevision">5e372f5455e6bb566b83a4afb0469a8f4f8a89c0</param>
+ <param
name="changesrevision">39b6a701a7071d280c48b7e9a76448424758b7e2</param>
</service>
</servicedata>
\ No newline at end of file
++++++ container-registry-systemd-0.0+git20200115.5e372f5.tar.xz ->
container-registry-systemd-0.0+git20200228.a79d477.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/container-registry-systemd-0.0+git20200115.5e372f5/README.md
new/container-registry-systemd-0.0+git20200228.a79d477/README.md
--- old/container-registry-systemd-0.0+git20200115.5e372f5/README.md
2020-01-15 16:07:09.000000000 +0100
+++ new/container-registry-systemd-0.0+git20200228.a79d477/README.md
2020-02-28 10:19:13.000000000 +0100
@@ -58,6 +58,8 @@
responsible to merge distribution made changes in
`/usr/etc/registry/config.yml`.
The registry needs to be restarted so that the changes can take effect.
+More information about the registry configuration can be found
+[here](https://docs.docker.com/registry/configuration/).
### Sysconfig File
@@ -67,3 +69,12 @@
* REGISTRY_IMAGE_PATH describes where the container registry image can be
found.
* EXTERNAL_PORT defines the port, under which the registry is reacheable.
* STOARGE_DIR defines the directory, where the images are stored.
+
+### Pull-through cache
+Adjust the configuration file `/etc/registry/config.yml` and add the following
+lines to it:
+
+ proxy:
+ remoteurl: https://registry.opensuse.org
+
+This will configure the registry to act as a pull-through cache.