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
I'm building images for AMD64 and ARM64 at the same time from the same Dockerfile and the resulting tag frequently points to a single architecture image (usually, but not always the ARM64 image), not the multi-image manifest. The images are being pushed to ACR and the builds are running on Azure Pipelines
Looks like #2020 is the fix you're talking about? This might be causing our issue, we've seen ACR have some weird quirks with replication and response caching (ex. pushes don't reflect for 3-5 minutes sometimes) and I could see pushing multiple tags in a row quickly leading to some of those getting lost. I'll try to test the pipeline with 0.9.0-rc2 and see if that helps.
I'm building images for AMD64 and ARM64 at the same time from the same Dockerfile and the resulting tag frequently points to a single architecture image (usually, but not always the ARM64 image), not the multi-image manifest. The images are being pushed to ACR and the builds are running on Azure Pipelines
Build command:
The text was updated successfully, but these errors were encountered: