Skip to content

Commit 3b68ad1

Browse files
nikromenpraiskup
authored andcommitted
docker: increment fedora images to 39
1 parent e2b078d commit 3b68ad1

File tree

7 files changed

+8
-9
lines changed

7 files changed

+8
-9
lines changed

build_aux/Containerfile.unittest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fedora:37
1+
FROM fedora:39
22

33
RUN dnf update -y && dnf install python-pytest-cov copr-dist-git rpmdevtools python3-copr copr-cli dnf-plugins-core -y
44

docker/backend/Dockerfile

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.fedoraproject.org/fedora:37
1+
FROM registry.fedoraproject.org/fedora:39
22
33

44
ARG ADDITIONAL_COPR_REPOSITORIES="@copr/copr-dev"
@@ -46,8 +46,7 @@ RUN setcap cap_net_raw,cap_net_admin+p /usr/bin/ping
4646
RUN ssh-keygen -f /etc/ssh/ssh_host_rsa_key -N '' -q
4747

4848
# setup root user
49-
RUN echo 'root:passwd' | chpasswd && \
50-
mkdir /root/.ssh && chmod 700 /root /root/.ssh
49+
RUN echo 'root:passwd' | chpasswd && chmod 700 /root /root/.ssh
5150

5251
# setup copr user
5352
RUN set -x ; \

docker/builder/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.fedoraproject.org/fedora:37
1+
FROM registry.fedoraproject.org/fedora:39
22
33

44
ARG ADDITIONAL_COPR_REPOSITORIES="@copr/copr-dev"

docker/distgit/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.fedoraproject.org/fedora:37
1+
FROM registry.fedoraproject.org/fedora:39
22
33

44
ARG ADDITIONAL_COPR_REPOSITORIES="@copr/copr-dev"

docker/frontend/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.fedoraproject.org/fedora:37
1+
FROM registry.fedoraproject.org/fedora:39
22
33

44
ARG ADDITIONAL_COPR_REPOSITORIES="@copr/copr-dev"

docker/keygen/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.fedoraproject.org/fedora:37
1+
FROM registry.fedoraproject.org/fedora:39
22

33
44

docker/resalloc/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.fedoraproject.org/fedora:37
1+
FROM registry.fedoraproject.org/fedora:39
22
33

44
# Deployment instructions are described here

0 commit comments

Comments
 (0)