Bugzilla – Bug 1094909
sles12 docker repo URLs are invalid
Last modified: 2018-07-23 09:13:16 UTC
I've build a SLES12SP3 container using OBS and docker but the repositories inside are wrong. > wget https://build.opensuse.org/package/binary/download/home:pgeorgiadis:branches:SUSE:Templates:Images:SLE-12-SP3/SLE-12-Container/containers/x86_64/my_container.tar > docker load < sles12_container.tar > ultron:~ # docker run -it my_container:latest zypper lr -U > Repository priorities are without effect. All enabled repositories share the same priority. > > # | Alias | Name | Enabled | GPG Check | Refresh | URI > --+----------------------------------+----------------------------------+---------+-----------+---------+------------------------------------------------------------------------ > 4 | e02e31dae20a1aeffdbfb351bd9dd631 | e02e31dae20a1aeffdbfb351bd9dd631 | Yes | ( p) Yes | Yes | http://download.opensuse.org/repositories/SUSE:/SLE-12-SP3:/GA/SDK > 1 | 647b1d5f2235eddac1a6e7d39900b9b0 | 647b1d5f2235eddac1a6e7d39900b9b0 | Yes | ( p) Yes | Yes | http://download.opensuse.org/repositories/SUSE:/SLE-12-SP3:/GA/SLES > 2 | b1f3126a8a5522a2762bf94aabe65b03 | b1f3126a8a5522a2762bf94aabe65b03 | Yes | ( p) Yes | Yes | http://download.opensuse.org/repositories/SUSE:/SLE-12-SP3:/Update/SDK > 3 | baecd80de7fc6bb0ecb9643d956bf5bd | baecd80de7fc6bb0ecb9643d956bf5bd | Yes | ( p) Yes | Yes | http://download.opensuse.org/repositories/SUSE:/SLE-12-SP3:/Update/SLES As you can see, URLs such as: http://download.opensuse.org/repositories/SUSE:/SLE-12-SP3:/GA/SDK are invalid.