-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Description
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
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.