Hello community,
here is the log from the commit of package libcontainers-common for
openSUSE:Factory checked in at 2020-05-14 23:23:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old)
and /work/SRC/openSUSE:Factory/.libcontainers-common.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcontainers-common"
Thu May 14 23:23:40 2020 rev:23 rq:805286 version:20200306
Changes:
--------
---
/work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes
2020-03-11 18:32:23.822900534 +0100
+++
/work/SRC/openSUSE:Factory/.libcontainers-common.new.2738/libcontainers-common.changes
2020-05-14 23:23:44.528843190 +0200
@@ -1,0 +2,15 @@
+Wed May 13 12:45:58 UTC 2020 - Richard Brown <[email protected]>
+
+- Add registry.opensuse.org as default registry [bsc#1171578]
+
+-------------------------------------------------------------------
+Fri Apr 24 08:35:54 UTC 2020 - Ralf Haferkamp <[email protected]>
+
+- Add /var/lib/ca-certificates/pem/SUSE.pem to the SLES mounts.
+ This for making container-suseconnect working in the public
+ cloud on-demand images. It needs that file for being able to
+ verify the server certificates of the RMT servers hosted
+ in the public cloud.
+ (https://github.com/SUSE/container-suseconnect/issues/41)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libcontainers-common.spec ++++++
--- /var/tmp/diff_new_pack.qdMhRD/_old 2020-05-14 23:23:45.516845346 +0200
+++ /var/tmp/diff_new_pack.qdMhRD/_new 2020-05-14 23:23:45.520845355 +0200
@@ -94,6 +94,7 @@
cat >>%{SOURCE5} <<EOL
/etc/SUSEConnect:/etc/SUSEConnect
/etc/zypp/credentials.d/SCCcredentials:/etc/zypp/credentials.d/SCCcredentials
+/var/lib/ca-certificates/pem/SUSE.pem:/etc/pki/trust/anchors/SUSE.pem
EOL
%endif
++++++ registries.conf ++++++
--- /var/tmp/diff_new_pack.qdMhRD/_old 2020-05-14 23:23:45.608845547 +0200
+++ /var/tmp/diff_new_pack.qdMhRD/_new 2020-05-14 23:23:45.612845556 +0200
@@ -3,7 +3,7 @@
# Registries to search for images that are not fully-qualified.
# i.e. foobar.com/my_image:latest vs my_image:latest
[registries.search]
-registries = ["docker.io"]
+registries = ["registry.opensuse.org", "docker.io"]
# Registries that do not use TLS when pulling images or uses self-signed
# certificates.