skip to Main Content

docker pull with platform option is not pulling the correct architecture image

I wanted to download docker images of oraclelinux for amd64 and arm64 architectures. But both are showing same sha256 digest. Why is that? docker pull --platform=linux/amd64 oraclelinux:7-slim Trying to pull repository docker.io/library/oraclelinux ... 7-slim: Pulling from docker.io/library/oraclelinux Digest: sha256:7a46c0134e2cad2d15a98eac50c89f9e0f4640c0461b838672d41ea0710d75c5 Status:…

VIEW QUESTION
Back To Top
Search