Skip to content

Attest provenance #256

@Proximyst

Description

@Proximyst

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions