Document container tag provenance and enhance container-list #263
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/container-tag-provenance"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
After investigating deployed container images, confirmed that squash-merging PRs orphans the commit SHAs embedded in container image tags. Two of our currently deployed images (prometheus, grafana) reference branch commits not on main.
This PR:
containers/, do a follow-up C0 to point manifests at the rebuilt[main]tagcontainer-listas auv run --script(typer + rich + httpx)mise run container-list prometheusshows 10 tags instead of 4)[main]or[branch]based on git commit ancestryTest plan
mise run container-list— all containers shown with[main]/[branch]hintsmise run container-list prometheus— filtered view, more tags, correctly shows[main]and[branch]mise run container-list nonexistent— error message with exit code 1