File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff 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,17 @@ 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+
110+ ** Deprecated in Release: v23.0.0**
111+
112+ [ Build information] ( https://github.com/moby/buildkit/blob/v0.11/docs/buildinfo.md )
113+ structures have been introduced in [ BuildKit v0.10.0] ( https://github.com/moby/buildkit/releases/tag/v0.10.0 )
114+ and are generated with build metadata that allows you to see all the sources
115+ (images, git repositories) that were used by the build with their exact
116+ versions and also the configuration that was passed to the build. This
117+ information is also embedded into the image configuration if one is generated.
118+
107119### Legacy builder for Linux images
108120
109121** Deprecated in Release: v23.0.0**
You can’t perform that action at this time.
0 commit comments