Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Dockerfile] FROM fedora:31 #303

Merged
merged 2 commits into from Dec 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,6 +1,6 @@
# Image for the web service (httpd), for celery worker see Dockerfile.worker

FROM fedora:30
FROM fedora:31

ENV LANG=en_US.UTF-8 \
ANSIBLE_STDOUT_CALLBACK=debug \
Expand Down
3 changes: 2 additions & 1 deletion files/install-deps-worker.yaml
Expand Up @@ -19,7 +19,8 @@
pip:
name:
- git+https://github.com/packit-service/sandcastle.git
- git+https://github.com/packit-service/ogr.git
# ogr RPM is installed in base packit image
# - git+https://github.com/packit-service/ogr.git
- persistentdict
# "We recommend you update your SDK from version 0.12.2 to version 0.12.3"
- sentry-sdk==0.12.3
Expand Down
1 change: 1 addition & 0 deletions files/install-deps.yaml
Expand Up @@ -17,6 +17,7 @@
- nss_wrapper
# web service needs packit just for few bits (see #109), so hopefully we don't need it from master and RPM is enough
- python3-packit
- python3-pip # not included in base fedora:31 image, needed for next task
state: present
- name: Install pip deps
pip:
Expand Down