Skip to content

Commit 37fc950

Browse files
committed
docs: initial commit for survey document
Signed-off-by: Ramkumar Chinchani <[email protected]>
1 parent ba648da commit 37fc950

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

survey.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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 |

0 commit comments

Comments
 (0)