[Patchew-devel] [PATCH 2/5] dockerfiles: use full paths to repositories

Paolo Bonzini posted 5 patches 1 year, 10 months ago
[Patchew-devel] [PATCH 2/5] dockerfiles: use full paths to repositories
Posted by Paolo Bonzini 1 year, 10 months ago
These are required by newer versions of podman.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 scripts/dockerfiles/applier.docker       | 2 +-
 scripts/dockerfiles/db.docker            | 2 +-
 scripts/dockerfiles/importer-lore.docker | 2 +-
 scripts/dockerfiles/importer.docker      | 2 +-
 scripts/dockerfiles/server.docker        | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/scripts/dockerfiles/applier.docker b/scripts/dockerfiles/applier.docker
index dded23a..bbc92aa 100644
--- a/scripts/dockerfiles/applier.docker
+++ b/scripts/dockerfiles/applier.docker
@@ -1,4 +1,4 @@
-FROM fedora:latest
+FROM registry.fedoraproject.org/fedora:latest
 RUN dnf install -y python git wget
 RUN git config --global user.email "applier@patchew.org"
 RUN git config --global user.name "Patchew Applier"
diff --git a/scripts/dockerfiles/db.docker b/scripts/dockerfiles/db.docker
index 80a34e5..2027ffa 100644
--- a/scripts/dockerfiles/db.docker
+++ b/scripts/dockerfiles/db.docker
@@ -1,4 +1,4 @@
-FROM postgres:11
+FROM docker.io/postgres:11
 EXPOSE 5432
 ENV POSTGRES_USER patchew
 ENV POSTGRES_PASSWORD patchew
diff --git a/scripts/dockerfiles/importer-lore.docker b/scripts/dockerfiles/importer-lore.docker
index 1e7e14b..e36a63c 100644
--- a/scripts/dockerfiles/importer-lore.docker
+++ b/scripts/dockerfiles/importer-lore.docker
@@ -1,4 +1,4 @@
-FROM fedora:latest
+FROM registry.fedoraproject.org/fedora:latest
 RUN dnf install -y python findutils git wget
 ENV LC_ALL en_US.UTF-8
 COPY . /opt/patchew/
diff --git a/scripts/dockerfiles/importer.docker b/scripts/dockerfiles/importer.docker
index 56c31e2..cf86758 100644
--- a/scripts/dockerfiles/importer.docker
+++ b/scripts/dockerfiles/importer.docker
@@ -1,4 +1,4 @@
-FROM fedora:latest
+FROM registry.fedoraproject.org/fedora:latest
 RUN dnf install -y python python3-distro offlineimap findutils wget
 ENV LC_ALL en_US.UTF-8
 COPY . /opt/patchew/
diff --git a/scripts/dockerfiles/server.docker b/scripts/dockerfiles/server.docker
index 4b2a4ff..058208e 100644
--- a/scripts/dockerfiles/server.docker
+++ b/scripts/dockerfiles/server.docker
@@ -1,4 +1,4 @@
-FROM centos:8
+FROM quay.io/centos/centos:stream8
 EXPOSE 80
 RUN yum install -y epel-release
 RUN yum install -y git nginx xz findutils python3 python3-pip
-- 
2.38.1

_______________________________________________
Patchew-devel mailing list
Patchew-devel@redhat.com
https://listman.redhat.com/mailman/listinfo/patchew-devel