Re: Jenkins - Build docker image within a container

2020-01-10 Thread Joan Touzet
You may have to do a Docker sidecar running the docker daemon and pass over the docker socket, or you *might* be able to do docker-outside-of-docker. Some relevant tickets: https://github.com/fabric8io/docker-maven-plugin/issues/1005 https://github.com/fabric8io/docker-maven-plugin/issues/863 I

Jenkins - Build docker image within a container

2020-01-10 Thread Thomas Bouron
Hi there. I have a question regarding the current Jenkins setup which I hope some of you will have the answer. Apache Brooklyn is currently built on Jenkins within a docker container. The pipeline is setup so it first builds an image and then use it to run maven + tests. Brooklyn provides differ