From 00c0d9f789c131d755539deebaaf8c5b00497794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rio=20Foganholi=20Fernandes?= Date: Mon, 25 Sep 2023 17:55:47 -0300 Subject: [PATCH] Fix security issues pointed by Quay Quay is pointing security issues in Freshmaker due to outdated packages. We currently install the latest package versions available for the fedora version in use. Therefore, to fix the issues, we needed to upgrade the fedora version. Freshmaker was using fedora 37, and after upgrading to fedora 38, a number of issues were resolved. The rest of the issues that are marked as fixable are due to fedora 39 packages, but it won't become GA before a few weeks from now. JIRA: CWFHEALTH-2317 --- Dockerfile | 2 +- yum-packages.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ea2bb5e3..ba7f9554 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.fedoraproject.org/fedora:37-x86_64 +FROM registry.fedoraproject.org/fedora:38-x86_64 LABEL \ name="Freshmaker application" \ diff --git a/yum-packages.txt b/yum-packages.txt index 7a69ac03..29466025 100644 --- a/yum-packages.txt +++ b/yum-packages.txt @@ -16,7 +16,6 @@ python3-kerberos python3-kobo python3-kobo-rpmlib python3-koji -python3-krbcontext python3-ldap python3-libmodulemd python3-mock