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
(The above commands have the same results with cblmariner.azurecr.io/base/core:1.0 and mcr.microsoft.com/cbl-mariner/base/core:1.0 as far as I can tell.)
I'm going to try changing my build to stop checking that the arch/variant is correct because we've been broken by this during both of our most recent two releases. But I still figured I should report/ask about it.
My build depends on the Mariner image Variant for arm64 in a few ways, so this caused a build error for me.
It looks like Variant shows up in the manifest, but not in the image metadata:
The final result should be
arm64/v8
. Based on build logs from Feb 15 at 9:22 AM, this is a regression:(The above commands have the same results with
cblmariner.azurecr.io/base/core:1.0
andmcr.microsoft.com/cbl-mariner/base/core:1.0
as far as I can tell.)I'm going to try changing my build to stop checking that the arch/variant is correct because we've been broken by this during both of our most recent two releases. But I still figured I should report/ask about it.
/cc @microsoft/golang-compiler @mthalman
The text was updated successfully, but these errors were encountered: