fix: Docker dashboard for namespaced images, library/ auto-prepend for Hub official images (v0.2.32)

Docker dashboard:
- build_docker_index now finds manifests segment by position, not fixed index
- Correctly indexes library/alpine, grafana/grafana, and other namespaced images

Docker proxy:
- Auto-prepend library/ for single-segment names when upstream returns 404
- Applies to both manifests and blobs
- nginx, alpine, node now work without explicit library/ prefix
- Cached under original name for future local hits
This commit is contained in:
2026-03-18 08:07:53 +00:00
parent cb37813f11
commit 9de623a14e
3 changed files with 115 additions and 26 deletions

View File

@@ -8,7 +8,7 @@ members = [
]
[workspace.package]
version = "0.2.31"
version = "0.2.32"
edition = "2021"
license = "MIT"
authors = ["DevITWay <devitway@gmail.com>"]