Multiple Docker Images From One Git Repo

preview_player
Показать описание
I answer a question about how to build multiple Docker images from a single GitHub repository. I talk about how to change which Dockerfile Docker build will use, and how to control the path (or context) that Docker builds from.

Join me weekly for my YouTube Live DevOps and Docker Q&A by subscribing to this channel and clicking the bell icon to get alerts when I go live.

Рекомендации по теме
Комментарии
Автор

The answer is completely different from the question being asked. The question asked by the user was "... Build multiple images in mono repo with automation..."
This might be related to how we can do it in Jenkins, OpenShift, or similar automation which considers one repo as one application.

RajendraKhope