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
/usr/bin/bash --noprofile --norc /home/vsts/work/_temp/2ec210f2-bb19-49ee-9fec-95d4b29daad9.sh
Manifest file /tmp/docker-images-MVbYq3/manifest.json was not found after export at /tmp/docker-images-MVbYq3
BOM generation has failed due to problems with exporting the image
before using --debug
Unable to pull test.azurecr.io/test-country-service:20241219.1-preview. Check if the name is valid. Perform any authentication prior to invoking cdxgen.
Try manually pulling this image using docker pull prodeuwwsa.azurecr.io/xcloud-country-service:20241219.1-preview
I am able pull image using --> docker pull
The text was updated successfully, but these errors were encountered:
Can you run it with the environment variable CDXGEN_DEBUG_MODE=debug ? If docker cli is working, you can save the tar using docker save and run cdxgen with -t docker against the tar file.
The azure devops task below -->
inputs:
azureSubscription: 'XCloud Prod - WSA Tenant'
scriptType: bash
scriptLocation: inlineScript
inlineScript: |
npm install -g @cyclonedx/cdxgen
az acr login --name $(containerRegistry)
cdxgen -t oci --debug -o bom.json test.azurecr.io/test-country-service:20241219.1-preview
Error--
/usr/bin/bash --noprofile --norc /home/vsts/work/_temp/2ec210f2-bb19-49ee-9fec-95d4b29daad9.sh
Manifest file /tmp/docker-images-MVbYq3/manifest.json was not found after export at /tmp/docker-images-MVbYq3
BOM generation has failed due to problems with exporting the image
before using --debug
Unable to pull test.azurecr.io/test-country-service:20241219.1-preview. Check if the name is valid. Perform any authentication prior to invoking cdxgen.
Try manually pulling this image using docker pull prodeuwwsa.azurecr.io/xcloud-country-service:20241219.1-preview
I am able pull image using --> docker pull
The text was updated successfully, but these errors were encountered: