From f124f4ed898e979d9d5a9715277275be024c18d1 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Tue, 12 Nov 2019 22:26:43 +0100 Subject: [PATCH] OSBS: do not use fedora:latest in the buildroot Signed-off-by: Clement Verna --- files/osbs/buildroot-Dockerfile-production.j2 | 2 +- files/osbs/buildroot-Dockerfile-staging.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/osbs/buildroot-Dockerfile-production.j2 b/files/osbs/buildroot-Dockerfile-production.j2 index d9becc3705..5ea91b59aa 100644 --- a/files/osbs/buildroot-Dockerfile-production.j2 +++ b/files/osbs/buildroot-Dockerfile-production.j2 @@ -1,4 +1,4 @@ -FROM registry.fedoraproject.org/fedora +FROM registry.fedoraproject.org/fedora:31 RUN dnf -y install --refresh dnf-plugins-core && dnf -y install docker git python3-setuptools e2fsprogs koji osbs-client\ python3-osbs-client gssproxy fedpkg python3-docker-squash atomic-reactor python3-atomic-reactor* go-md2man python3-productmd\ python3-gobject python3-libmodulemd python3-pdc-client ostree flatpak-module-tools flatpak skopeo && dnf clean all diff --git a/files/osbs/buildroot-Dockerfile-staging.j2 b/files/osbs/buildroot-Dockerfile-staging.j2 index d9becc3705..5ea91b59aa 100644 --- a/files/osbs/buildroot-Dockerfile-staging.j2 +++ b/files/osbs/buildroot-Dockerfile-staging.j2 @@ -1,4 +1,4 @@ -FROM registry.fedoraproject.org/fedora +FROM registry.fedoraproject.org/fedora:31 RUN dnf -y install --refresh dnf-plugins-core && dnf -y install docker git python3-setuptools e2fsprogs koji osbs-client\ python3-osbs-client gssproxy fedpkg python3-docker-squash atomic-reactor python3-atomic-reactor* go-md2man python3-productmd\ python3-gobject python3-libmodulemd python3-pdc-client ostree flatpak-module-tools flatpak skopeo && dnf clean all