Skip to content

Image metadata Creation field is always 0001-01-01T00:00:00Z #5989

@decayofmind

Description

@decayofmind

What happened:

The Created field in the image metadata is incorrectly set to 0001-01-01T00:00:00Z, not the actual creation timestamp.

Due to this, various container security solutions are flagging even the latest external-dns images as outdated. This situation makes it impossible to accurately track and prioritise dependency upgrades.

What you expected to happen:

The Created field in the image metadata to represent actual image creation timestamp.

How to reproduce it (as minimally and precisely as possible):

skopeo inspect --override-arch amd64 --override-os linux docker://registry.k8s.io/external-dns/external-dns:v0.20.0| jq -r '.Created'

Anything else we need to know?:

Environment:

  • External-DNS version (use external-dns --version): all
  • DNS provider: all
  • Others:

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions