Accepting request 805286 from devel:kubic
- Add registry.opensuse.org as default registry [bsc#1171578] - 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) OBS-URL: https://build.opensuse.org/request/show/805286 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcontainers-common?expand=0&rev=23
This commit is contained in:
parent
f9ca748f2c
commit
a1bf14c6de
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 13 12:45:58 UTC 2020 - Richard Brown <rbrown@suse.com>
|
||||||
|
|
||||||
|
- Add registry.opensuse.org as default registry [bsc#1171578]
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 24 08:35:54 UTC 2020 - Ralf Haferkamp <rhafer@suse.com>
|
||||||
|
|
||||||
|
- 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)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 6 11:14:24 UTC 2020 - Ralf Haferkamp <rhafer@suse.com>
|
Fri Mar 6 11:14:24 UTC 2020 - Ralf Haferkamp <rhafer@suse.com>
|
||||||
|
|
||||||
|
@ -94,6 +94,7 @@ cd ..
|
|||||||
cat >>%{SOURCE5} <<EOL
|
cat >>%{SOURCE5} <<EOL
|
||||||
/etc/SUSEConnect:/etc/SUSEConnect
|
/etc/SUSEConnect:/etc/SUSEConnect
|
||||||
/etc/zypp/credentials.d/SCCcredentials:/etc/zypp/credentials.d/SCCcredentials
|
/etc/zypp/credentials.d/SCCcredentials:/etc/zypp/credentials.d/SCCcredentials
|
||||||
|
/var/lib/ca-certificates/pem/SUSE.pem:/etc/pki/trust/anchors/SUSE.pem
|
||||||
EOL
|
EOL
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# Registries to search for images that are not fully-qualified.
|
# Registries to search for images that are not fully-qualified.
|
||||||
# i.e. foobar.com/my_image:latest vs my_image:latest
|
# i.e. foobar.com/my_image:latest vs my_image:latest
|
||||||
[registries.search]
|
[registries.search]
|
||||||
registries = ["docker.io"]
|
registries = ["registry.opensuse.org", "docker.io"]
|
||||||
|
|
||||||
# Registries that do not use TLS when pulling images or uses self-signed
|
# Registries that do not use TLS when pulling images or uses self-signed
|
||||||
# certificates.
|
# certificates.
|
||||||
|
Loading…
Reference in New Issue
Block a user