-
Notifications
You must be signed in to change notification settings - Fork 888
Comments
Conversation
Co-authored-by: Kaniska244 <186041440+Kaniska244@users.noreply.github.com>
@Kaniska244
Kaniska244
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The failing universal test isn't related to the change done in this current PR. Another PR is ready to fix the test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Documents the purpose and usage of "dev" tagged image variants so consumers can distinguish rolling preview tags from versioned/reproducible tags.
Changes:
- Added a new section describing "dev" image purpose, tagging patterns, update cadence, and usage guidance.
- Updated an existing "dev" tag reference to link to the new section.
Copilot
AI
Feb 18, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The placeholders in the "Tagging pattern" section are a bit ambiguous about what <version> and <distro> represent. In this repo, dev tags are generated by substituting ${VERSION} with dev in each image’s tag templates (see src/*/manifest.json), so the "version" portion is often the runtime variant (e.g., 3.13) and the "distro" is the OS codename (e.g., trixie/bookworm). Consider clarifying this (or adding one concrete example like python:dev-3.13 and python:dev-3.13-trixie) to prevent confusion with the image’s semantic version (e.g., 3.0.5).
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
The repository publishes "dev" tagged image variants alongside versioned releases, but their purpose and usage was undocumented. Developers couldn't determine when to use
devvs versioned tags.Changes
Added comprehensive "dev" tagged images section to
build/README.md:dev,dev-<version>,dev-<distro>,dev-<version>-<distro>)push-dev.ymlUpdated existing dev tag reference to link to new comprehensive section.
Example
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.