Bug 1094909 - sles12 docker repo URLs are invalid
Summary: sles12 docker repo URLs are invalid
Status: NEW
Alias: None
Product: openSUSE.org
Classification: openSUSE
Component: BuildService (show other bugs)
Version: unspecified
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Adrian Schröter
QA Contact: Adrian Schröter
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-28 14:56 UTC by Panagiotis Georgiadis
Modified: 2018-07-23 09:13 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Panagiotis Georgiadis 2018-05-28 14:56:07 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.