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

Bump parent image to debian:bullseye-slim #72

Merged
merged 1 commit into from
Sep 29, 2022
Merged

Conversation

anthonyfok
Copy link
Member

Upgrade to debian:bullseye-slim (Debian 11) as parent Docker image with Python 3.9.2 and some packages from bullseye-backports.

Refresh Python libraries from Debian packages:

  • python3-cffi: 1.14.3 → 1.14.5
  • python3-chardet: 3.0.4 → 4.0.0
  • python3-elasticsearch: 7.16.1 → 7.17.5
  • python3-gdal: 3.1.3 → 3.2.2
  • python3-numpy: 1.19.2 → 1.19.5
  • python3-pandas 1.0.5 → 1.1.5
  • python3-psycopg2: 2.8.5 → 2.9.3 (from PGDG)
  • python3-pytz: 2020.1 → 2021.1
  • python3-requests: 2.23.0 → 2.25.1
  • python3-six: 1.15.0 → 1.16.0
  • python3-sqlalchemy: 1.3.19 → 1.3.22

Update README.md and docker-publish.yml accordingly.

Fixes #3

Upgrade to debian:bullseye-slim (Debian 11) as parent Docker image
with Python 3.9.2 and some packages from bullseye-backports.

Refresh Python libraries from Debian packages:

 - python3-cffi: 1.14.3 → 1.14.5
 - python3-chardet: 3.0.4 → 4.0.0
 - python3-elasticsearch: 7.16.1 → 7.17.5
 - python3-gdal: 3.1.3 → 3.2.2
 - python3-numpy: 1.19.2 → 1.19.5
 - python3-pandas 1.0.5 → 1.1.5
 - python3-psycopg2: 2.8.5 → 2.9.3 (from PGDG)
 - python3-pytz: 2020.1 → 2021.1
 - python3-requests: 2.23.0 → 2.25.1
 - python3-six: 1.15.0 → 1.16.0
 - python3-sqlalchemy: 1.3.19 → 1.3.22

Update README.md and docker-publish.yml accordingly.

Fixes #3
@anthonyfok
Copy link
Member Author

anthonyfok commented Sep 26, 2022

Hey @DamonU2 @drotheram @wkhchow,

Just a heads up that this Debian 11 "bullseye" based image will be tagged as ghcr.io/opendrr/python-env:1.3.0 soon, but since Python is upgraded from 3.8 to 3.9, some scripts might break, so 1.3.0 will be for testing and development only.

Please stick with ghcr.io/opendrr/python-env:1.2.4 for production version intended for the October 2022 launch.
Many thanks!

@anthonyfok anthonyfok merged commit 13a1569 into master Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update parent image to debian:bullseye-slim
1 participant