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 reasons:
– it's not describing specific version. 'rawhide' is changing in time,
  so your containers are not reproductible - building twice can produce
  something different each time
- you do not specify full repository address, so you get whatever is
  default. As you noticed, in different environemnts you get different
  results.

In short, 'fedora:rawhide' is not enough to get specific image, the
result is quite random.

-- 
Tomasz Torcz                        To co nierealne – tutaj jest normalne.
to...@pipebreaker.pl              Ziomale na życie mają tu patenty specjalne.
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to