Skip to content

Commit e1150bc

Browse files
committed
ci: switch to Fedora-based image
Related to packit/deployment#638 Signed-off-by: Matej Focko <[email protected]>
1 parent bff2924 commit e1150bc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
FROM quay.io/packit/base:c9s
1+
FROM quay.io/packit/base:fedora
22
# [NOTE] Adjust ‹PYTHONPATH› when changing the default image
33

44
ENV USER=packit \
55
HOME=/home/packit \
66
# [NOTE] Fixes the issue with importing after upgrading Fedora Messaging to
77
# 3.5.0: fedora-infra/fedora-messaging#364
8-
PYTHONPATH="/usr/local/lib/python3.9/site-packages"
8+
# PYTHONPATH="/usr/local/lib/python3.9/site-packages" # CentOS Stream 9
9+
PYTHONPATH="/usr/local/lib/python3.13/site-packages" # Fedora 41
910

1011
COPY files/install-deps.yaml /src/files/
1112
RUN cd /src/ \

0 commit comments

Comments
 (0)