-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Description
Today: Currently, the Debian images on Docker do not attest their provenance.
$ docker buildx imagetools inspect debian:unstable --format "{{ json .Provenance }}"
{}
$ docker buildx imagetools inspect debian:13 --format "{{ json .Provenance }}"
{}
$ docker buildx imagetools inspect debian:12 --format "{{ json .Provenance }}"
{}
This means that the source of the supply chain is not possible to assert, important for e.g. FedRAMP's High controls baseline (SR-3).
For examples of filled provenance fields, you can view e.g. docker.io/library/archlinux or docker.io/library/alpine's provenances.
Feature request: Attest provenances of the Docker images, and ideally also the tarball they originate from.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels