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

Update parent image to debian:bullseye-slim #3

Closed
anthonyfok opened this issue Oct 20, 2021 · 2 comments · Fixed by #72
Closed

Update parent image to debian:bullseye-slim #3

anthonyfok opened this issue Oct 20, 2021 · 2 comments · Fixed by #72
Assignees
Labels
Milestone

Comments

@anthonyfok
Copy link
Member

anthonyfok commented Oct 20, 2021

With the release of Debian 11 (bullseye) in August 2021, it would be nice to update our current parent image debian:sid-20200720-slim to debian:bullseye-slim.

One of the major changes in Debian 11 is the transition from Python 3.7 (or Python 3.8.5 in sid in July 2020) to Python 3.9, which implies the need to upgrade various Python libraries and to revise our existing Python scripts where necessary.

Would be nice to have to have GitHub Actions CI/CD set up first, though not strictly necessary in that order.

@jvanulde
Copy link
Contributor

jvanulde commented Jan 5, 2022

@anthonyfok will this be resolved by #7?

@anthonyfok anthonyfok added this to the Sprint 64 milestone Sep 22, 2022
anthonyfok added a commit that referenced this issue Sep 22, 2022
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.16.2
 - 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

Fixes #3
anthonyfok added a commit that referenced this issue Sep 22, 2022
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.16.2
 - 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

@jvanulde Sorry for my (very) tardy reply!

@anthonyfok will this be resolved by #7? (now #69)

Normally yes, but there are some needed changes for moving from a Debian unstable (sid) snapshot to a stable release (e.g. APT repository URLs) and other tweaks that I wanted to make, such that I'm using Pull Request #72 instead to resolve this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants