website
website copied to clipboard
Documentation: Private image registries
Describe your feature
We're adding support for private Docker image registries. The support is very rough and needs documentation. The PR (linked below) demonstrates how to use that feature.
How to test
see PR
Yay! So exciting.
added in https://github.com/gitpod-io/gitpod/pull/8550
I am opening this issue as I don't see associated PR for the docs. Search on gitpod website is also not returning anything useful. Is this actually documented?
@csweichel I would like to pick this up. Could you share some details or pointer on how this works?
@atduarte some pointers:
Setup must be done in a Project's Variables.
- Define GITPOD_IMAGE_AUTH as the name [1]
- The value is
<domain>:<base64 encoded value>[2]- The string you base64 encode should be like
username:password_or_apikey - If using Docker Hub, the domain is
docker.io - Beware [3]
- The string you base64 encode should be like
- Limitation: if using a custom image, define it in the .gitpod.yml (not the Dockerfile), related.
@atduarte ☝ should be enough to pick this up, test it, and update the documentation. I'mma move to breakdown. Would you still like to pick this up?
@kylos101 yes, thank you! I missed the previous comment last week. It's perfect 🙌
Please, do take care of https://github.com/gitpod-io/gitpod/pull/8550#issuecomment-1278780916