mirror of https://github.com/docker/docs.git
Merge pull request #18668 from dvdksn/scout-policy-attest-scratch-base-image
scout: note policy eval issue with scratch image
This commit is contained in:
commit
3c0903b1df
|
@ -156,3 +156,9 @@ BuildKit automatically detects the Git repository and base images when this
|
||||||
information is available in the build context. For more information about
|
information is available in the build context. For more information about
|
||||||
building with attestations, see
|
building with attestations, see
|
||||||
[Attestations](../../build/attestations/_index.md).
|
[Attestations](../../build/attestations/_index.md).
|
||||||
|
|
||||||
|
> **Note**
|
||||||
|
>
|
||||||
|
> Docker Scout is currently unable to discern the difference between using
|
||||||
|
> `scratch` as a base image and having no base image provenance. As a result,
|
||||||
|
> images based on `scratch` always fail the Supply chain attestations policy.
|
||||||
|
|
Loading…
Reference in New Issue