It’s evident from some example code snippets, e.g., redis
as described in section Creating a Docker compose file in Dockerizing your application that we can specify existing container images (from public registries) in the docker-compose.yml
.
In case I don’t want Pantaris to build my container images, but I want to build them “offline” and let Pantaris pull them, I don’t want to expose my container images publicly, but in some private container registry.
Is this supported?
If so, which private registries are available and how is the access towards them managed? (e.g. the Bosch DTR, some Artifactory Repository within BDC, an Azure Container Registry)