age icon indicating copy to clipboard operation
age copied to clipboard

docker image latest tag does not contain arm64 build

Open mstrYoda opened this issue 6 months ago • 3 comments

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:

Image

mstrYoda avatar Aug 14 '25 09:08 mstrYoda

@MuhammadTahaNaveed Isn't this resolved in 1.6.0?

jrgemignani avatar Sep 22 '25 21:09 jrgemignani

@mstrYoda I do believe this is resolved in 1.6.0. Can you check this?

jrgemignani avatar Sep 24 '25 17:09 jrgemignani

@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

MuhammadTahaNaveed avatar Oct 10 '25 17:10 MuhammadTahaNaveed