Skip to content

Commit 03b2063

Browse files
committed
dockerfiles: use full paths to repositories
These are required by newer versions of podman. Signed-off-by: Paolo Bonzini <[email protected]>
1 parent 3f208c6 commit 03b2063

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

scripts/dockerfiles/applier.docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fedora:latest
1+
FROM registry.fedoraproject.org/fedora:latest
22
RUN dnf install -y python git wget
33
RUN git config --global user.email "[email protected]"
44
RUN git config --global user.name "Patchew Applier"

scripts/dockerfiles/db.docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM postgres:11
1+
FROM docker.io/postgres:11
22
EXPOSE 5432
33
ENV POSTGRES_USER patchew
44
ENV POSTGRES_PASSWORD patchew

scripts/dockerfiles/importer-lore.docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fedora:latest
1+
FROM registry.fedoraproject.org/fedora:latest
22
RUN dnf install -y python findutils git wget
33
ENV LC_ALL en_US.UTF-8
44
COPY . /opt/patchew/

scripts/dockerfiles/importer.docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fedora:latest
1+
FROM registry.fedoraproject.org/fedora:latest
22
RUN dnf install -y python python3-distro offlineimap findutils wget
33
ENV LC_ALL en_US.UTF-8
44
COPY . /opt/patchew/

scripts/dockerfiles/server.docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM centos:8
1+
FROM quay.io/centos/centos:stream8
22
EXPOSE 80
33
RUN yum install -y epel-release
44
RUN yum install -y git nginx xz findutils python3 python3-pip

0 commit comments

Comments
 (0)