79232531

Date: 2024-11-28 03:49:13
Score: 0.5
Natty:
Report link

I ran into this problem on Windows 11 using the latest version of Docker Desktop.

Sprinkle the magic (no quotes) '--provenance false' on your build and you only get the image you need.

The full command is this

docker build --platform linux/amd64 --provenance false -t docker-image:test .
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: eAndy