Skip to content

docker build

Dave edited this page May 21, 2022 · 2 revisions

An automated Docker build can be performed using a Tea Runner URL like this: http://destination.host:1706/docker/build

There are no parameters that need to be passed. The docker image name will be the same as the repository name. So for a repo called hello-docker, the image name will be hello-docker.

You must have the Docker socket (usually /var/run/docker.sock) bind mounted to the Tea Runner container. See the sample compose.yml for hints.

Clone this wiki locally