Skip to content

Docker image "Created" date #463

@jlherren

Description

@jlherren

I'm a bit confused about the "Created" field of the docker image. For example, tag 5.2.2-apache shows "Last published 5 days ago". But if I pull this image and check it locally, it looks much older:

~ docker image ls --filter reference=phpmyadmin:5.2.2-apache
REPOSITORY   TAG            IMAGE ID       CREATED        SIZE
phpmyadmin   5.2.2-apache   2d9a07a01a58   7 months ago   568MB
~ docker image inspect phpmyadmin:5.2.2-apache
[...]
        "Created": "2025-02-01T20:29:24Z",
[...]
                "PHP_VERSION=8.2.29",
[...]

The image seems to be dated 2025-02-01, but clearly it's newer, since PHP 8.2.29 was released on 2025-07-03. Is the "Created" field kept at an old date on purpose or is this a bug? Or what am I missing?

The reason I ask is because my monitoring system now reports old images running in containers, and phpmyadmin keeps getting reported.

Thank you for any insight!

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions