mirror of https://github.com/docker/docs.git
41 lines
1.4 KiB
YAML
41 lines
1.4 KiB
YAML
# this file lets you add descriptions and keywords
|
|
# to files without modifying the file.
|
|
#
|
|
# Useful for upstream pages where we don't want to
|
|
# or can't add front matter to the source!
|
|
#
|
|
# To add descriptions and keywords for a page,
|
|
# add a key with the path of the page file,
|
|
# relative to the content directory. For upstream
|
|
# page files, that's the target of the file mount.
|
|
|
|
build/attestations/attestation-storage.md:
|
|
description: |
|
|
How SBOM and provenance attestations are stored for images.
|
|
keywords: |
|
|
build, attestations, sbom, provenance, storage, manifest
|
|
|
|
build/attestations/slsa-definitions.md:
|
|
description: |
|
|
How BuildKit populates the fields in the SLSA provenance attestations.
|
|
keywords: |
|
|
build, attestations, provenance, slsa, definitions, reference
|
|
|
|
build/bake/reference.md:
|
|
description: |
|
|
Learn about the syntax and available commands for the Buildx Bake file.
|
|
keywords: |
|
|
build, reference, buildx, bake, hcl
|
|
|
|
build/buildkit/toml-configuration.md:
|
|
keywords: |
|
|
build, buildkit, configuration
|
|
|
|
reference/dockerfile.md:
|
|
description: |
|
|
Find all the available commands you can use in a Dockerfile
|
|
and learn how to use them, including COPY, ARG, ENTRYPOINT, and more.
|
|
keywords: |
|
|
dockerfile, docker file, docker copy, dockerfile exec, docker entrypoint,
|
|
dockerfile entrypoint, dockerfile arg, docker args, entrypoint, shell dockerfile
|