mirror of https://github.com/docker/docs.git
registry: clarify hub<>registry
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
3317fd8ace
commit
1950c9afcb
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Registry
|
title: Registry
|
||||||
description: Registry documentation has moved
|
description: The Docker Hub registry implementation
|
||||||
keywords: registry, distribution
|
keywords: registry, distribution, docker hub, spec, schema, api, manifest, auth
|
||||||
aliases:
|
aliases:
|
||||||
- /registry/compatibility/
|
- /registry/compatibility/
|
||||||
- /registry/deploying/
|
- /registry/deploying/
|
||||||
|
@ -41,29 +41,46 @@ aliases:
|
||||||
Registry, the open source implementation for storing and distributing container
|
Registry, the open source implementation for storing and distributing container
|
||||||
images and other content, has been donated to the CNCF. Registry now goes under
|
images and other content, has been donated to the CNCF. Registry now goes under
|
||||||
the name of Distribution, and the documentation has moved to
|
the name of Distribution, and the documentation has moved to
|
||||||
[distribution.github.io/distribution][docs].
|
[distribution/distribution].
|
||||||
|
|
||||||
For reference documentation on the API protocol that Distribution implements,
|
The Docker Hub registry implementation is based on Distribution. Docker Hub
|
||||||
see [Registry HTTP API][api].
|
implements version 1.0.1 OCI distribution [specification]. For reference
|
||||||
|
documentation on the API protocol that Docker Hub implements, refer to the OCI
|
||||||
|
distribution specification.
|
||||||
|
|
||||||
For documentation related to authentication, see:
|
## Supported media types
|
||||||
|
|
||||||
|
Docker Hub supports the following image manifest formats for pulling images:
|
||||||
|
|
||||||
|
- [OCI image manifest]
|
||||||
|
- [Docker image manifest version 2, schema 2]
|
||||||
|
- Docker image manifest version 2, schema 1
|
||||||
|
- Docker image manifest version 1
|
||||||
|
|
||||||
|
You can push images with the following formats:
|
||||||
|
|
||||||
|
- [OCI image manifest]
|
||||||
|
- [Docker image manifest version 2, schema 2]
|
||||||
|
|
||||||
|
Docker Hub also supports OCI artifacts. See [OCI artifacts].
|
||||||
|
|
||||||
|
## Authentication
|
||||||
|
|
||||||
|
For documentation related to authentication to the Docker Hub registry, see:
|
||||||
|
|
||||||
- [Token authentication specification][token]
|
- [Token authentication specification][token]
|
||||||
- [OAuth 2.0 token authentication][oauth2]
|
- [OAuth 2.0 token authentication][oauth2]
|
||||||
- [JWT authentication][jwt]
|
- [JWT authentication][jwt]
|
||||||
- [Token scope and access][scope]
|
- [Token scope and access][scope]
|
||||||
|
|
||||||
For information about image manifests, see:
|
<!-- links -->
|
||||||
|
|
||||||
- [Image Manifest Version 2, Schema 2][schema2]
|
[distribution/distribution]: https://distribution.github.io/distribution/
|
||||||
- [Image Manifest Version 2, Schema 1][schema1] (deprecated)
|
[specification]: https://github.com/opencontainers/distribution-spec/blob/v1.0.1/spec.md
|
||||||
|
[OCI image manifest]: https://github.com/opencontainers/image-spec/blob/main/manifest.md
|
||||||
[spec]: https://github.com/opencontainers/distribution-spec
|
[Docker image manifest version 2, schema 2]: https://distribution.github.io/distribution/spec/manifest-v2-2/
|
||||||
[docs]: https://distribution.github.io/distribution/
|
[OCI artifacts]: /docker-hub/oci-artifacts/
|
||||||
[api]: https://distribution.github.io/distribution/spec/api/
|
|
||||||
[oauth2]: https://distribution.github.io/distribution/spec/auth/oauth/
|
[oauth2]: https://distribution.github.io/distribution/spec/auth/oauth/
|
||||||
[jwt]: https://distribution.github.io/distribution/spec/auth/jwt/
|
[jwt]: https://distribution.github.io/distribution/spec/auth/jwt/
|
||||||
[token]: https://distribution.github.io/distribution/spec/auth/token/
|
[token]: https://distribution.github.io/distribution/spec/auth/token/
|
||||||
[scope]: https://distribution.github.io/distribution/spec/auth/scope/
|
[scope]: https://distribution.github.io/distribution/spec/auth/scope/
|
||||||
[schema2]: https://distribution.github.io/distribution/spec/manifest-v2-2/
|
|
||||||
[schema1]: https://distribution.github.io/distribution/spec/deprecated-schema-v1/
|
|
||||||
|
|
|
@ -1989,6 +1989,8 @@ Manuals:
|
||||||
title: Vulnerability scanning
|
title: Vulnerability scanning
|
||||||
- path: /docker-hub/image-management/
|
- path: /docker-hub/image-management/
|
||||||
title: Advanced Image Management
|
title: Advanced Image Management
|
||||||
|
- path: /registry/
|
||||||
|
title: Registry
|
||||||
- path: /docker-hub/oci-artifacts/
|
- path: /docker-hub/oci-artifacts/
|
||||||
title: OCI artifacts
|
title: OCI artifacts
|
||||||
- path: /docker-hub/release-notes/
|
- path: /docker-hub/release-notes/
|
||||||
|
|
Loading…
Reference in New Issue