junit5-docker
junit5-docker copied to clipboard
What about private repositories with password?
You mean private docker registry ?
Yes sir !
So… it shouldn't be a problem, it's not really our responsability :
- private repository means the image has it in its name, something like
example.com/my/cool/image -
docker pullfor example (or evendocker-compose) does not ask for a password or something — you have todocker loginbefore.
So, we should make sure docker-java support that (i.e. the $HOME/.docker/config.json) file and the credential part — but we shouldn't have any specific code for this use case in this library 👼.