Skip to content

ghcr.io container names redirect to the container page

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.

As more and more versions of containers are published it can become harder to find the tagged images in between a long list of untagged images which create a lot of noise. Now when you visit the version list page of a container, like the super-linter versions, you'll see options for listing tagged, untagged, and all images. We default to showing only the tagged images on the version list page to keep the list limited to the most important images.

This filtering is only available for GitHub Packages containers (beta).

See more

In GitHub Enterprise Cloud, the Audit Log now includes Git events and has a new REST API. Both are available as a limited public beta. The new Git events will allow you as an administrator to review activities for users interacting with your Git repositories. You can view events for git.clone, git.fetch, and git.push. Additionally, the new REST API provides you with another option to interface with your Audit Log events. During the limited public beta, Git events can only be viewed via the REST API and can be exported.

How can you get access to this limited public beta? To be added to the limited public beta, please contact Sales or Support.

See more