Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Syft images should automatically be mirrored to the public cache ACR #5847

Open
lbussell opened this issue Aug 29, 2024 · 0 comments
Open

Comments

@lbussell
Copy link
Contributor

Related: #4545, #5724

In dependency update PRs that update the Syft image tag, all PR validation legs will fail since the new Syft image has not been uploaded to the cache ACR. For example, #5846.

The current workaround is to open a cloud shell and mirror the image manually:

# Find the correct subscription ID
az account list | Select-String "$TEAM_NAME" -Context 5

az account set --subscription $SUBSCRIPTION_ID
az acr import -n $CACHE_ACR_NAME --source docker.io/anchore/syft:$TAG
@lbussell lbussell changed the title New syft images should automatically be mirrored to the public cache ACR New Syft images should automatically be mirrored to the public cache ACR Aug 29, 2024
@lbussell lbussell removed the untriaged label Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant