Replies: 3 comments
-
This is because we're now building them with |
Beta Was this translation helpful? Give feedback.
-
It doesn't look fresh this way: % podman image pull docker.io/library/rabbitmq:management-alpine % podman image list docker.io/library/rabbitmq:management-alpine Usually, I do consider images as too old to use or abandoned if older than about 2 months after a pull. |
Beta Was this translation helpful? Give feedback.
-
This should have been addressed by the fact that there were new releases and the images were rebuilt. I don't think anyone wants to seriously discuss whether an image without updates in the last two months can be considered "abandoned". Closing. |
Beta Was this translation helpful? Give feedback.
-
Hi,
docker://docker.io/library/rabbitmq:alpine seems to be from
"Created": "2024-01-05T21:27:24Z",
while
docker://docker.io/library/rabbitmq:management-alpine seems to be from
"Created": "2023-06-02T21:59:28Z",
Shouldn't they be built together and have the same age?
regards
Beta Was this translation helpful? Give feedback.
All reactions