Merge pull request #17858 from thaJeztah/legacy_image_redirect

add "go" redirect for deprecated image formats
This commit is contained in:
Sebastiaan van Stijn 2023-08-02 14:13:23 +02:00 committed by GitHub
commit 280271de20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -96,6 +96,16 @@
# used in warnings printed by the Docker Engine, and in the installation script
# at "get.docker.com"
- /go/attack-surface/
"/registry/spec/deprecated-schema-v1/":
# Details about deprecated image manifest formats. This redirect is currently
# used in warnings printed by the Docker Engine when pulling deprecated image
# formats:
#
# - Docker Image Specification v1.0.0 (https://github.com/moby/moby/blob/v24.0.0/image/spec/v1.md)
# - Docker Image manifest version 2, schema 1 (https://github.com/distribution/distribution/blob/ff2bce27319a0a0bca924820c353fae3b9046e91/docs/spec/manifest-v2-1.md)
#
# TODO(thaJeztah) We need a better page describing the image formats (and deprecated ones)
- /go/deprecated-image-specs/
"/build/buildkit/#getting-started":
- /go/buildkit/
"/build/architecture/#install-buildx":