ghcr.io container names redirect to the container page
Summary
When new containers are pushed to ghcr.io a command line client (like the docker CLI) often displays the container name after a successful push like this ghcr.io/github/super-linter:latest. Because these name…
When new containers are pushed to ghcr.io a command line client (like the docker
CLI) often displays the container name after a successful push like this ghcr.io/github/super-linter:latest
. Because these name look so much like URLs we've now added support for you to click directly on those names ghcr.io/github/super-linter:latest in your terminal and be taken to the container page https://github.com/orgs/github/packages/container/package/super-linter automatically.