Skip to content

Commit a8e8e19

Browse files
committed
docs: Deprecate buildkit's build information
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
1 parent 881c353 commit a8e8e19

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/deprecated.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ The table below provides an overview of the current status of deprecated feature
5050

5151
| Status | Feature | Deprecated | Remove |
5252
|------------|------------------------------------------------------------------------------------------------------------------------------------|------------|---------|
53+
| Deprecated | [Buildkit build information](#buildkit-build-information) | v23.0.0 | v23.1.0 |
5354
| Deprecated | [Legacy builder for Linux images](#legacy-builder-for-linux-images) | v23.0.0 | - |
5455
| Deprecated | [Legacy builder fallback](#legacy-builder-fallback) | v23.0.0 | - |
5556
| Removed | [Btrfs storage driver on CentOS 7 and RHEL 7](#btrfs-storage-driver-on-centos-7-and-rhel-7) | v20.10 | v23.0.0 |
@@ -104,6 +105,14 @@ The table below provides an overview of the current status of deprecated feature
104105
| Removed | [`--run` flag on `docker commit`](#--run-flag-on-docker-commit) | v0.10 | v1.13 |
105106
| Removed | [Three arguments form in `docker import`](#three-arguments-form-in-docker-import) | v0.6.7 | v1.12 |
106107

108+
### Buildkit build information
109+
[Build information](https://github.com/moby/buildkit/blob/v0.11/docs/buildinfo.md)
110+
structures have been introduced in [BuildKit v0.10.0](https://github.com/moby/buildkit/releases/tag/v0.10.0)
111+
and are generated with build metadata that allows you to see all the sources
112+
(images, git repositories) that were used by the build with their exact
113+
versions and also the configuration that was passed to the build. This
114+
information is also embedded into the image configuration if one is generated.
115+
107116
### Legacy builder for Linux images
108117

109118
**Deprecated in Release: v23.0.0**

0 commit comments

Comments
 (0)