question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

az acr repository show-manifests --detail

See original GitHub issue

This is autogenerated. Please review and update as needed.

Describe the bug

az acr repository show-manifests --detail does not return the same manifest data as what is shown in portal.

Command Name `` az acr repository show-manifests -n weblogixtest --repository nginx --detail

Errors:

To Reproduce:

Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.

  • Put any pre-requisite steps here…
  • `` az acr repository show-manifests -n weblogixtest --repository nginx --detail

Expected Behavior

Would expect to see the detailed manifest for the image/tag as what is shown in the portal.

{ “schemaVersion”: 2, “mediaType”: “application/vnd.docker.distribution.manifest.v2+json”, “config”: { “mediaType”: “application/vnd.docker.container.image.v1+json”, “size”: 7463, “digest”: “sha256:b9e1dc12387ae52eee5da783128deb8bdee0dc3b29fc3874cd81cf2190f71099” }, “layers”: [ { “mediaType”: “application/vnd.docker.image.rootfs.diff.tar.gzip”, “size”: 27108069, “digest”: “sha256:a076a628af6f7dcabc536bee373c0d9b48d9f0516788e64080c4e841746e6ce6” }, { “mediaType”: “application/vnd.docker.image.rootfs.diff.tar.gzip”, “size”: 26468819, “digest”: “sha256:45d7b5d3927df5b2939f5caad6115d3f3bcb914846255bc4800c7baceb500691” }, { “mediaType”: “application/vnd.docker.image.rootfs.diff.tar.gzip”, “size”: 601, “digest”: “sha256:5e326fece82e18449f9f3b56f38dbcbaa1f92dffd7b88d2d560e6208d62bb063” }, { “mediaType”: “application/vnd.docker.image.rootfs.diff.tar.gzip”, “size”: 903, “digest”: “sha256:30c386181b689e0ec7e2bbde4d312decd39b1e28158f12b6d1c02a730a8f6c24” }, { “mediaType”: “application/vnd.docker.image.rootfs.diff.tar.gzip”, “size”: 666, “digest”: “sha256:b15158e9ebbec109b3c4541fcfb2c3fe3ce7f9efba6ca98abb9708349ed9b63f” } ] }

Environment Summary

Linux-4.19.128-microsoft-standard-x86_64-with-glibc2.29
Python 3.8.5
Shell: bash

azure-cli 2.0.81

Extensions:
azure-devops 0.17.0

Additional Context

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:3
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
tot0commented, Feb 13, 2021

I think adding --detail to az acr repository show makes sense, more detailed info about an --image would include the actual Image manifest, not just the manifest digest.

2reactions
justinbowescommented, Feb 12, 2021

+1 from me. It is definitely surprising that az acr repository show-manifests does not return Docker manifests.

Read more comments on GitHub >

github_iconTop Results From Across the Web

az acr repository
Get the attributes of a repository or image in an Azure Container Registry. az acr repository show-manifests. Show manifests of a repository in...
Read more >
Azure Container Registry(ACR): Tags, Manifests and ...
In one of the projects where I was working , we had close to 40 different Repositories in ACR and each repo was...
Read more >
azure-cli-acr 2.0.12
Command az acr repository show-manifests: Shows manifests of a given repository in the specified container registry. Arguments --name -n [Required]: The ...
Read more >
Azure - ACR cleaning
Blog post dedicated to Clean ACR (Azure Container Registry). ... az acr repository show-manifests --name $REGISTRY --repository $REPOSITORY ...
Read more >
Deploy helm chart from Azure Container Registry
... az acr login --name <container registry name>.azurecr.io ... Try to replace the chartName value to charts/$(imageRepository) .
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found