-
Notifications
You must be signed in to change notification settings - Fork 1
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
Comments
@anthonyfok will this be resolved by #7? |
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
@jvanulde Sorry for my (very) tardy reply!
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
With the release of Debian 11 (bullseye) in August 2021, it would be nice to update our current parent image
debian:sid-20200720-slim
todebian: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.
The text was updated successfully, but these errors were encountered: