79668705

Date: 2025-06-17 08:34:00
Score: 2
Natty:
Report link

I managed to resolve this after contact with the AWS support by adding "--provenance=false" together with "--output type=docker" as arguments to the docker buildx build commands. This made it build in the V2 format supported by SageMaker. In our case the building was done via the aws-ecr circle-ci orb, using "extra_build_args", but adding the "--provenance==false" may help in other build environments too.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: MarshmallowFlame