Skip to content

Conversation

Copy link

Copilot AI commented Dec 18, 2025

The Dockerfile referenced the UV tooling image by mutable tag (ghcr.io/astral-sh/uv:0.9.17), allowing supply chain attacks if the tag is replaced with a malicious image.

Changes:

  • Pin UV image to immutable digest: ghcr.io/astral-sh/uv:0.9.17@sha256:5cb6b54d2bc3fe2eb9a8483db958a0b9eebf9edff68adedb369df8e7b98711a2

The digest ensures the exact image contents are verified via SHA256 hash, preventing execution of backdoored binaries during uv sync.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copy link
Author

Copilot AI commented Dec 18, 2025

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Copilot AI changed the title [WIP] Address feedback on Docker image refactor PR Use immutable digest for UV container image Dec 18, 2025
Copilot AI requested a review from grillazz December 18, 2025 19:34
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