Skip to content

[Dockerfile] Specify uv version in docker base image#1464

Open
mickmis wants to merge 1 commit into
interuss:mainfrom
Orbitalize:dockertag
Open

[Dockerfile] Specify uv version in docker base image#1464
mickmis wants to merge 1 commit into
interuss:mainfrom
Orbitalize:dockertag

Conversation

@mickmis
Copy link
Copy Markdown
Contributor

@mickmis mickmis commented May 19, 2026

Allows to pin more specifically the docker image used. This avoids the recent issue where a UV option was introduced but some users had locally cached an older version of the image where the UV version did not support the option.

Comment thread monitoring/Dockerfile
# This image is intended to be built from the repository root context/folder.

FROM ghcr.io/astral-sh/uv:python3.13-bookworm-slim AS base
FROM ghcr.io/astral-sh/uv:0.9.30-python3.13-bookworm-slim AS base
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we use a latest version ?

0.11.15-python3.11-trixie-slim seems a good candidate, if changing debian version is fine.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine by me. Does that imply that some other spots need to be updated?

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.

2 participants