Replies: 2 comments 6 replies
-
Hello @IlKaizen, can you confirm the name of your registry? searched for 'myregistrythgt.azurecr.io' but did not find it or let me know if it was recently created. Will investigate from my end, please help us creating an issue with your registry details and I can follow up. @Ruchii-27 looks like this could be a bug on the step that runs |
Beta Was this translation helpful? Give feedback.
-
@IlKaizen we have merged and released a new version of the extension (
Please confirm if you can that this has worked for you or if you need additional assistance |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I tried the new continuous patching feature, but I am facing issues. I have followed the instructions from this page https://learn.microsoft.com/en-us/azure/container-registry/how-to-continuous-patching but I keep getting this error message:
`2025/05/11 12:25:33 Alias support enabled for version >= 1.1.0, please see https://aka.ms/acr/tasks/task-aliases for more information.
2025/05/11 12:25:33 Creating Docker network: acb_default_network, driver: 'bridge'
2025/05/11 12:25:33 Successfully set up Docker network: acb_default_network
2025/05/11 12:25:33 Setting up Docker configuration...
2025/05/11 12:25:33 Successfully set up Docker configuration
2025/05/11 12:25:33 Logging in to registry: myregistrythgt.azurecr.io
2025/05/11 12:25:34 Successfully logged into myregistrythgt.azurecr.io
2025/05/11 12:25:34 Executing step ID: acb_step_0. Timeout(sec): 600, Working directory: '', Network: 'acb_default_network'
2025/05/11 12:25:34 Launching container with name: acb_step_0
Inside cssc-trigger-workflow task, getting list of images to be patched based on --filter-policy for Registry myregistrythgt.azurecr.io.
2025/05/11 12:25:34 Successfully executed container: acb_step_0
2025/05/11 12:25:34 Executing step ID: acb_step_1. Timeout(sec): 600, Working directory: '', Network: 'acb_default_network'
2025/05/11 12:25:34 Launching container with name: acb_step_1
2025/05/11 12:25:36 Successfully executed container: acb_step_1
2025/05/11 12:25:36 Executing step ID: acb_step_2. Timeout(sec): 600, Working directory: '', Network: 'acb_default_network'
2025/05/11 12:25:36 Launching container with name: acb_step_2
2025/05/11 12:25:36 Successfully executed container: acb_step_2
2025/05/11 12:25:36 Executing step ID: acb_step_3. Timeout(sec): 600, Working directory: '', Network: 'acb_default_network'
2025/05/11 12:25:36 Launching container with name: acb_step_3
Below images will be scanned and patched (if any os vulnerabilities found) based on --filter-policy.\nConfigured Tag Convention: floating
Listing repositories and tags matching the filter:
Repo,Tag
certbot,certbotv1
Matches found: 1
2025/05/11 12:25:37 Successfully executed container: acb_step_3
2025/05/11 12:25:37 Executing step ID: acb_step_4. Timeout(sec): 600, Working directory: '', Network: 'acb_default_network'
2025/05/11 12:25:37 Launching container with name: acb_step_4
2025/05/11 12:25:37 Successfully executed container: acb_step_4
2025/05/11 12:25:37 Executing step ID: acb_step_5. Timeout(sec): 600, Working directory: '', Network: 'acb_default_network'
2025/05/11 12:25:37 Launching container with name: acb_step_5
2025/05/11 12:25:38 Successfully executed container: acb_step_5
2025/05/11 12:25:38 Executing step ID: acb_step_6. Timeout(sec): 600, Working directory: '', Network: 'acb_default_network'
2025/05/11 12:25:38 Launching container with name: acb_step_6
2025/05/11 12:25:39 Successfully executed container: acb_step_6
2025/05/11 12:25:39 Executing step ID: acb_step_7. Timeout(sec): 600, Working directory: '', Network: 'acb_default_network'
2025/05/11 12:25:39 Launching container with name: acb_step_7
ERROR: No access was configured for the VM, hence no subscriptions were found. If this is expected, use '--allow-no-subscriptions' to have tenant level access.
2025/05/11 12:25:46 Container failed during run: acb_step_7. No retries remaining.
failed to run step ID: acb_step_7: exit status 1
Run ID: cbk failed after 15s. Error: failed during run, err: exit status 1
`
Am I missing something?
Thank you in advance,
Beta Was this translation helpful? Give feedback.
All reactions