mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
tests/docker: use explicit docker.io registry
It is good practice to use an explicit registry for referencing the base image. This is because some distros will inject their own registries into the search path. For example registry.fedoraproject.org comes ahead of docker.io. Using an explicit registry avoids wasting time querying multiple registries for images that they won't have. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20210623142245.307776-5-berrange@redhat.com> Message-Id: <20210709143005.1554-13-alex.bennee@linaro.org>
This commit is contained in:
parent
102cd5c294
commit
1ae2786c7c
7 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM centos:8.3.2011
|
||||
FROM docker.io/centos:8
|
||||
|
||||
RUN dnf -y update
|
||||
ENV PACKAGES \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue