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

Specify Debian version #105

Merged
merged 1 commit into from
Apr 11, 2024
Merged

Specify Debian version #105

merged 1 commit into from
Apr 11, 2024

Conversation

br3ndonland
Copy link
Owner

Description

On 2023-06-14, Docker updated the default Debian Linux version in its Python official images from Debian bullseye to Debian bookworm. As inboard uses the default Debian Linux version from the Docker Python official images, this meant that the next release of inboard (0.50.0 - 2023-06-22) automatically updated to bookworm. There were some issues noted by the community after this update.

Changes

inboard will now specify the Debian version when building Docker images. The current Debian version is still Debian 12 ("bookworm"). The next Debian version, Debian 13 ("trixie") does not have a release date yet, but inboard will update to trixie when it is stable and will provide a new release after the update.

Related

On 2023-06-14, Docker updated the default Debian Linux version in its
Python official images from Debian bullseye to Debian bookworm.
As inboard uses the default Debian Linux version from the Docker Python
official images, this meant that the next release of inboard
(0.50.0 - 2023-06-22) automatically updated to bookworm. There were some
[issues](https://github.com/docker-library/python/issues?q=bookworm)
noted by the community after this update.

inboard will now specify the Debian version when building Docker images.
The current Debian version is still Debian 12 ("bookworm").
The next Debian version, Debian 13 ("trixie") does not have a release
date yet, but inboard will update to trixie when it is stable and will
provide a new release after the update.

https://github.com/docker-library/python
#80
https://inboard.bws.bio/changelog#0510-2023-07-09
Copy link

vercel bot commented Apr 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
inboard ✅ Ready (Inspect) Visit Preview Apr 10, 2024 11:51pm

@br3ndonland br3ndonland merged commit 6a99cd0 into develop Apr 11, 2024
25 checks passed
@br3ndonland br3ndonland deleted the debian-version branch April 11, 2024 00:03
br3ndonland added a commit that referenced this pull request Apr 11, 2024
PR #105 and 6a99cd0 introduced support for specifying the Debian version
when building Docker images, ensuring that the version does not change
unexpectedly. This change altered Docker tag syntax by adding the
Debian version release name (currently "bookworm") to all Debian
Docker images. For example, `ghcr.io/br3ndonland/inboard:latest`
became `ghcr.io/br3ndonland/inboard:latest-bookworm`. inboard
is not planning to support multiple Debian versions simultaneously.
inboard will update to the next Debian version, Debian 13 ("trixie")
when it is stable and will provide a new release after the update.
This means there is no need to add the Debian version release name to
the Docker tags.

This commit will update the code in the GitHub Actions workflow
job used to produce Docker tags to match the previous tag syntax. The
latest Debian image will return to `ghcr.io/br3ndonland/inboard:latest`
and the latest Debian slim to `ghcr.io/br3ndonland/inboard:latest-slim`.
Syntax for Alpine Docker images remains unaltered, so tags like
`ghcr.io/br3ndonland/inboard:latest-alpine` are still valid.
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.

1 participant