The Docker image shouldn't use a specific architecture as the base image, and
the platform should require a / between the architecture and variant.
NOTE: This does mean that this will probably not work correctly when we have multiple
ARM variants. Possibly we can use the TARGETVARIANT for the COPY statement.
The Docker image shouldn't use a specific architecture as the base image, and the platform should require a
/
between the architecture and variant.NOTE: This does mean that this will probably not work correctly when we have multiple ARM variants. Possibly we can use the
TARGETVARIANT
for theCOPY
statement.Checklist