mirror of https://github.com/docker/docs.git
Merge pull request #17858 from thaJeztah/legacy_image_redirect
add "go" redirect for deprecated image formats
This commit is contained in:
commit
280271de20
|
@ -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":
|
||||
|
|
Loading…
Reference in New Issue