docker
CLI in your Dev Container image, allowing you to interact with private registries directly from your environment. If your Dev Container image does not include the docker
CLI, you will see a warning in your environment creation page.
Currently, basic authentication (username/password) is supported for most registry types. AWS ECR is also supported through runner-native authentication when using AWS EC2 runners.
Secrets Create Registry
https://index.docker.io/v1/
(note the https:// prefix)ghcr.io
registry.gitlab.com
[registry-name].azurecr.io
gcr.io
ECR Registry Secret Setup
docker
CLI, Gitpod automatically runs docker login
inside your environment to enable continued access to the registry.
Edit
buttonSave
Secrets Update Registry
Delete
button