Elektrine lite

← Feed

@chaz6@ipv6.social

Post #2215658

2026-05-07 20:25 UTC

Another niggle I have with container images is that there's no indication of the time it was built. Some projects will re-use the same tag with a major version only, e.g. docker.io/library/fedora:44

Replies (1)

  • @dreua@hachyderm.io 2026-05-19 18:37

    @chaz6@ipv6.social May be a late answer but anyway: `podman inspect fedora:latest | grep created` Those from registry.fedoraproject.org are very up to date, haven't used those from docker.io.

    Open ##2804309