When I create an image using Docker Desktop, it saves in OCI v1+json format. After creating the image, I successfully push it to Amazon Elastic Container Registry (ECR) on AWS. However, when attempting to deploy the image from ECR to Amazon SageMaker, I encounter an error indicating that SageMaker requires the Docker v2+json format, which my image does not meet. Is there a way to convert the image format to Docker v2+json without rebuilding it from scratch?

error.pdf