[PATCH 5/6] docker: update 'python' dockerfile to use Fedora registry

John Snow posted 6 patches 4 years, 3 months ago
Maintainers: Wainer dos Santos Moschetta <wainersm@redhat.com>, Willian Rampazzo <willianr@redhat.com>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, "Alex Bennée" <alex.bennee@linaro.org>, Thomas Huth <thuth@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>
[PATCH 5/6] docker: update 'python' dockerfile to use Fedora registry
Posted by John Snow 4 years, 3 months ago
Following the lead of 102cd5c294dc, switch from using Docker hub to the
Fedora registry itself.

Signed-off-by: John Snow <jsnow@redhat.com>
---
 tests/docker/dockerfiles/python.docker | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/docker/dockerfiles/python.docker b/tests/docker/dockerfiles/python.docker
index 56d88417df..ecefcc54c4 100644
--- a/tests/docker/dockerfiles/python.docker
+++ b/tests/docker/dockerfiles/python.docker
@@ -1,6 +1,6 @@
 # Python library testing environment
 
-FROM fedora:latest
+FROM registry.fedoraproject.org/fedora:latest
 MAINTAINER John Snow <jsnow@redhat.com>
 
 # Please keep this list sorted alphabetically
-- 
2.31.1


Re: [PATCH 5/6] docker: update 'python' dockerfile to use Fedora registry
Posted by Philippe Mathieu-Daudé 4 years, 3 months ago
On 11/3/21 15:48, John Snow wrote:
> Following the lead of 102cd5c294dc, switch from using Docker hub to the
> Fedora registry itself.
> 
> Signed-off-by: John Snow <jsnow@redhat.com>
> ---
>  tests/docker/dockerfiles/python.docker | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>


Re: [PATCH 5/6] docker: update 'python' dockerfile to use Fedora registry
Posted by Willian Rampazzo 4 years, 3 months ago
On Wed, Nov 3, 2021 at 11:50 AM John Snow <jsnow@redhat.com> wrote:
>
> Following the lead of 102cd5c294dc, switch from using Docker hub to the
> Fedora registry itself.
>
> Signed-off-by: John Snow <jsnow@redhat.com>
> ---
>  tests/docker/dockerfiles/python.docker | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Willian Rampazzo <willianr@redhat.com>