Docker Hub's autobuild function on your own infrastructure.
1.1K
Docker Hub recently made autobuilds an Pro-only feature. This container does basically the same thing, but on your own infrastructure.
This will:
push webhook from GithubThere is also an option to trigger a build directly without a push event.
Send a GET request to: http://mynodeserver:3000/trigger/projectName/branchName. This will
follow the same series of events as the webhook, but will checkout the tip of whatever branch
is in the URL.
The easiest thing to do is deploy this with docker:
curl https://raw.githubusercontent.com/tedkulp/docker-autobuilder/master/config/config.yaml.example > config.yaml
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -p 3000:3000 -v `pwd`/config.json:/app/config/config.json tedkulp/docker-autobuilder:latest
http://mynodeserver:3000/webhook/github and has a content type of application/json.Content type
Image
Digest
sha256:45b1b4476…
Size
686.1 MB
Last updated
almost 2 years ago
docker pull tedkulp/docker-autobuilder