Skip to content

Commit

Permalink
Fix security issues pointed by Quay
Browse files Browse the repository at this point in the history
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
  • Loading branch information
FernandesMF committed Sep 28, 2023
1 parent 9adf421 commit 00c0d9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora:37-x86_64
FROM registry.fedoraproject.org/fedora:38-x86_64

LABEL \
name="Freshmaker application" \
Expand Down
1 change: 0 additions & 1 deletion yum-packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ python3-kerberos
python3-kobo
python3-kobo-rpmlib
python3-koji
python3-krbcontext
python3-ldap
python3-libmodulemd
python3-mock
Expand Down

0 comments on commit 00c0d9f

Please sign in to comment.