Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add trigger for Dockerhub builds #8

Open
rhuss opened this issue Sep 8, 2015 · 0 comments
Open

Add trigger for Dockerhub builds #8

rhuss opened this issue Sep 8, 2015 · 0 comments

Comments

@rhuss
Copy link
Contributor

rhuss commented Sep 8, 2015

In order to trigger an automated Docker Hub build, it is recommended to do this via the DockerHub remote API and don't use the Docker Hub internal watch feature, because this watch feature will trigger builds for all images within the repository regardless where an commit happens.

The DockerHub API needs a token for each build image. This could be stored locally and then evaluated by fish-pepper to trigger a build, but only if a file has changed (if the changed detection mechanism is working properly. See #7 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant