dotnet-docker icon indicating copy to clipboard operation
dotnet-docker copied to clipboard

Remove workaround for Mariner ARM container images not setting architecture variant metadata

Open mthalman opened this issue 3 years ago • 1 comments

Tracking issue for https://microsoft.visualstudio.com/OS/_workitems/edit/38266794

mthalman avatar Feb 23 '22 16:02 mthalman

Apparently the variant metadata is now set: https://github.com/microsoft/CBL-Mariner/issues/4856

This should allow us to remove the workaround from https://github.com/dotnet/dotnet-docker/blob/f68950a9244e5c24b68ab3826a0378d3678a92f2/eng/pipelines/steps/set-imagebuilder-build-args-var.yml

mthalman avatar Feb 15 '23 14:02 mthalman

Fixed by https://github.com/dotnet/dotnet-docker/pull/5726

lbussell avatar Jul 29 '24 18:07 lbussell