Open mgite opened 3 hours ago
That's strange because WUD looks for candidates that matches the exact same architecture as the architecture of the locally running container 🤔
(that's why there is no option exposed to specify a specific architecture; it should be transparent for users)
Cool, i did not know that. I searched through documentation multiple times but never found anything about architecture.
You can check it yourself try on amd64 pulling this image. I checked right now at XX:31 and it still gives me same error.
docker pull postgres:17.1-alpine3.20
I'm wondering if there is not a glitch in the latest postgres images push. From the UI of the Docker hub, under the tags pushed 2 hours ago, there is no details regarding the size or the layers 🤔. I'm maybe tired and don't see clear but I find it suspicious.
I have configured WUD to notify me whenever there are updates. I have regex for tags, but there is no option to match architecture. about 15 minutes ago it notified me that there is postgresql 17.1 release update. I tried updating it manually like i always do and it gave me an error
no matching manifest for linux/amd64 in the manifest list entries
Because it's probably built for another arch but not amd64 version yet, but WUD saw that 17.1 is already available.
It would be cool if there was an option to specify architecture to monitor.