Azure Container Registry
160 Ideas
Vote
Microsoft
4 years ago
ACR login with podman
Tracking feature request: https://github.com/Azure/azure-cli/issues/14768Describe the bug az acr login --name registry You may want to use 'az acr login -n registry --expose-token' to get an access token, which does not require Docker to be installed. An error occurred: DOCKERCOMMANDERROR Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msgTo Reproduce install: podman, podman-docker emulator for CLIExpected behavior az acr login to workEnvironment summary RHEL8. Rhel8 does not have docker anymore. If you do dnf install docker it will install podman and podman-docker for CLI backwards compatibility.Additional context With growing podman addition would be good for this to work out of the box. With or without podman-docker package.
Archived
All IdeasArchived
Terence Truong
Company Response
11 months agoClosing as the GitHub issue is archived
Vote
Microsoft
7 years ago
ACR- Auto Purge
As registries are filled with automated image builds, they wind up filling with layers that never get used. Auto-purge will track image usage and move unused layers to a recycle bin, allowing subsequent purging. The feature will be configured and managed, with reasonable defaults, assuring you'll never lose anything you really wanted to keep.
Planned
All IdeasPlanned
Microsoft
Company Response
We�ve started the Auto-Purge work, with this current design: https://github.com/AzureCR/specs/tree/master/auto-purgePlease provide feedback here: https://github.com/AzureCR/specs/issues/1
Vote
Microsoft
6 years ago
Private Helm repository has no interface in portal
While using ACR for our private helm repository I realized there is no interface in the portal for working with/ viewing helm charts. It would be nice if I could at least see the results of�helm search {acrname}�in the portal somehow.
Planned
All IdeasPlanned
Microsoft
Company Response
We love this feature, but wanted to support more than just Helm. We�ve been working with the OCI working group to define registry artifacts, which enable a registry to store lots of things, from Helm Charts, CNAB, to other things we don�t yet know of.For some of the experience, see: https://github.com/stevelasker/registryArtifactTypes/We�ll also enable this in our az acr repository list CLI.(name)