docker image latest tag does not contain arm64 build
When I pull apache age from macOS machine it gives following error:
WARNING: image with reference apache/age:latest was found but its platform (linux/amd64) does not match the specified platform (linux/arm64) docker: Error response from daemon: image with reference apache/age was found but its platform (linux/amd64) does not match the specified platform (linux/arm64)
I checked the docker tags and could not see arm build for latest tag:
@MuhammadTahaNaveed Isn't this resolved in 1.6.0?
@mstrYoda I do believe this is resolved in 1.6.0. Can you check this?
@MuhammadTahaNaveed Isn't this resolved in 1.6.0?
@jrgemignani sorry, i missed the mention.
I checked the docker tags and could not see arm build for latest tag:
@mstrYoda this has been resolved. The latest age release (1.6.0) has docker images for both architectures. You can pull the arm image using
docker pull --platform linux/arm64 apache/age:latest