File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Landscape Survey
2
+
3
+ This is a survey to document state-of-art in authentication mechanisms supported by image registry servers and clients.
4
+
5
+ ## Registries
6
+
7
+ | Registry| Supported Authentication | References |
8
+ | ---| ---| ---|
9
+ | dockerhub | | |
10
+ | acr | | https://learn.microsoft.com/en-us/azure/container-registry/container-registry-repository-scoped-permissions |
11
+ | gcr | | https://cloud.google.com/docs/authentication/token-types |
12
+ | ecr | | https://docs.aws.amazon.com/AmazonECR/latest/userguide/registry_auth.html |
13
+ | ghcr | | https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-to-the-container-registry |
14
+ | zot | | https://zotregistry.io/latest/articles/authn-authz/ |
15
+
16
+ ## Clients
17
+
18
+ | Client | Supported Authentication | Supported Registry | References |
19
+ | ---| ---| ---| ---|
20
+ | docker cli | | | https://docs.docker.com/engine/reference/commandline/login/ |
21
+ | oras | | | https://oras.land/docs/commands/oras_login/ |
22
+ | regclient | | | https://github.com/regclient/regclient/blob/main/docs/README.md |
23
+ | skopeo | | | https://github.com/containers/skopeo/blob/main/docs/skopeo-copy.1.md |
You can’t perform that action at this time.
0 commit comments