We'll need jenkins jobs that run on ctrl1, ctrlstg1, and ctrldev1 that exectute the docker build process and tag the resultant containers accordingly, and then push those containers to the dockerhub repositories.
We'll need jenkins jobs that run on ctrl1, ctrlstg1, and ctrldev1 that exectute the docker build process and tag the resultant containers accordingly, and then push those containers to the dockerhub repositories.
Comments
Comment #2
MixologicComment #3
MixologicJenkins job has been created, but it doesnt do anything atm. We'll probably need something that detects changes to the dockerfiles and executes the docker build based off of those changes.
Comment #4
MixologicPostponing on #2840568: Structure the drupalci_environments repo in an organized manner
Comment #5
MixologicThis job works now. Commits to drupalci_environments dev and production branches that affect dockerfiles will rebuild and re-push the respective containers to dockerhub.
Comment #6
Mixologic