You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to copy porter bundle to personal Azure container registry for inspection. Using command
porter copy --source cnabquickstarts.azurecr.io/porter/dapr/bundle:latest --destination shradsacr.azurecr.io
Output: porter copy --source cnabquickstarts.azurecr.io/porter/dapr/bundle:latest --destination shradsacr.azurecr.io
Beginning bundle copy to shradsacr.azurecr.io/bundle:latest. This may take some time.
Starting to copy image cnabquickstarts.azurecr.io/porter/dapr:latest...
Failed to copy image cnabquickstarts.azurecr.io/porter/dapr:latest: failed to authorize: failed to fetch anonymous token: unexpected status: 401 Unauthorized
Error: unable to copy bundle to new location: error preparing the bundle with cnab-to-oci before pushing: failed to authorize: failed to fetch anonymous token: unexpected status: 401 Unauthorized
Please let me know if we need specific permissions for copy bundles command or if I am missing anything
The text was updated successfully, but these errors were encountered:
unnatigupta2320
changed the title
unable to copy the Quickstart bundles using command porter copy --source cnabquickstarts.azurecr.io/porter/dapr/bundle:latest --destination shradsacr.azurecr.io in Azure CLI
unable to copy the Quickstart bundles using command porter copy in Azure CLI
Jun 26, 2021
Just in case you are still stuck on this one, when you do a porter copy, you need to first run docker login for the destination registry. If that does work please let me know and I can help further!
Unable to copy porter bundle to personal Azure container registry for inspection. Using command
porter copy --source cnabquickstarts.azurecr.io/porter/dapr/bundle:latest --destination shradsacr.azurecr.io
Output:
porter copy --source cnabquickstarts.azurecr.io/porter/dapr/bundle:latest --destination shradsacr.azurecr.io
Beginning bundle copy to shradsacr.azurecr.io/bundle:latest. This may take some time.
Starting to copy image cnabquickstarts.azurecr.io/porter/dapr:latest...
Failed to copy image cnabquickstarts.azurecr.io/porter/dapr:latest: failed to authorize: failed to fetch anonymous token: unexpected status: 401 Unauthorized
Error: unable to copy bundle to new location: error preparing the bundle with cnab-to-oci before pushing: failed to authorize: failed to fetch anonymous token: unexpected status: 401 Unauthorized
Please let me know if we need specific permissions for copy bundles command or if I am missing anything
The text was updated successfully, but these errors were encountered: