Re: docker.io/library/fedora:rawhide outdated vs registry.fp.org/fedora:rawhide

2020-08-26 Thread Clement Verna
On Wed, 19 Aug 2020 at 19:19, Daniel P. Berrangé wrote: > On Wed, Aug 19, 2020 at 05:07:52PM +0200, Clement Verna wrote: > > On Wed, 19 Aug 2020 at 14:02, Daniel P. Berrangé > > wrote: > > > > > I have a docker recipe that does not much more than: > > > > > > FROM fedora:rawhide > > > RUN

Re: docker.io/library/fedora:rawhide outdated vs registry.fp.org/fedora:rawhide

2020-08-19 Thread Daniel P . Berrangé
On Wed, Aug 19, 2020 at 05:07:52PM +0200, Clement Verna wrote: > On Wed, 19 Aug 2020 at 14:02, Daniel P. Berrangé > wrote: > > > I have a docker recipe that does not much more than: > > > > FROM fedora:rawhide > > RUN dnf -y install ...blah... > > > > > Long story short the docker hub

Re: docker.io/library/fedora:rawhide outdated vs registry.fp.org/fedora:rawhide

2020-08-19 Thread Clement Verna
On Wed, 19 Aug 2020 at 14:02, Daniel P. Berrangé wrote: > I have a docker recipe that does not much more than: > > FROM fedora:rawhide > RUN dnf -y install ...blah... > > Long story short the docker hub requires a PR to a github repo to update the image, this PR is reviewed and merged by a

Re: docker.io/library/fedora:rawhide outdated vs registry.fp.org/fedora:rawhide

2020-08-19 Thread Daniel P . Berrangé
On Wed, Aug 19, 2020 at 02:51:57PM +0200, Tomasz Torcz wrote: > On Wed, Aug 19, 2020 at 01:01:00PM +0100, Daniel P. Berrangé wrote: > > I have a docker recipe that does not much more than: > > > > FROM fedora:rawhide > > RUN dnf -y install ...blah... > > I'm not addressing the core of your

Re: docker.io/library/fedora:rawhide outdated vs registry.fp.org/fedora:rawhide

2020-08-19 Thread Tomasz Torcz
On Wed, Aug 19, 2020 at 01:01:00PM +0100, Daniel P. Berrangé wrote: > I have a docker recipe that does not much more than: > > FROM fedora:rawhide > RUN dnf -y install ...blah... I'm not addressing the core of your email, but… using FROM fedora:rawhide is not a good practice because of two

docker.io/library/fedora:rawhide outdated vs registry.fp.org/fedora:rawhide

2020-08-19 Thread Daniel P . Berrangé
I have a docker recipe that does not much more than: FROM fedora:rawhide RUN dnf -y install ...blah... If I run this from a Fedora host it works fine, resolving fedora:rawhide to registry.fedoraproject.org image ID 23902052bc28 If I run this from a non-Fedora host, such as from GitLab CI,