Skip to content

fix(sdk): bump python SDK docker base to slim-trixie#668

Open
anantadwi13 wants to merge 1 commit into
mainfrom
fix/python-sdk-docker-trixie
Open

fix(sdk): bump python SDK docker base to slim-trixie#668
anantadwi13 wants to merge 1 commit into
mainfrom
fix/python-sdk-docker-trixie

Conversation

@anantadwi13
Copy link
Copy Markdown
Contributor

Description

Debian buster reached EOL in 2024-06 and its repositories are now in the archive, so apt-get update in python/sdk/Dockerfile fails during the release / publish-python-sdk-docker job. Bump the base to trixie (current Debian stable) to unblock the release pipeline.

Modifications

  • python/sdk/Dockerfile: change base image from python:${PYTHON_VERSION}-slim-buster to python:${PYTHON_VERSION}-slim-trixie (one-line change).

Tests

Tested building docker image locally

Checklist

  • Added PR label
  • Added unit test, integration, and/or e2e tests
  • Tested locally
  • Updated documentation
  • Update Swagger spec if the PR introduce API changes
  • Regenerated Golang and Python client if the PR introduces API changes

Release Notes

NONE

Debian buster reached EOL in 2024-06 and its repositories are now in the archive, so apt-get update in python/sdk/Dockerfile fails during the release / publish-python-sdk-docker job.
Bump the base to trixie (current Debian stable) to unblock the release pipeline.
@anantadwi13 anantadwi13 self-assigned this May 25, 2026
@anantadwi13 anantadwi13 added the maintenance Dependency updates and other chores label May 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance Dependency updates and other chores

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant