-
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Downloaded images are for the ARM64 architecture by default.
But docker pull accepts a --platform argument which can be used.
Expected behavior:
curl https://dockerimagesave.akiel.dev/pull/alpine:latest?platform=linux/amd64
#or
curl https://dockerimagesave.akiel.dev/pull/alpine:latest?platform=linux%2Famd64
Then docker alpine image is downloaded for the linux/amd64 architecture.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request