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 a dummy Dockerfile #181

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

djmaze
Copy link

@djmaze djmaze commented Sep 24, 2014

Currently, the twister build is rebuilt automatically at the Docker hub as the twister-core Github repository is updated. But the build also adds twister-html from its separate Github repository. Unfortunately, that means the Docker image won't be automatically updated if twister-html is updated.

This is a request to change the situation. The plan:

  1. Merge this PR so this project has a (dummy) Dockerfile.
  2. Create a new automated build for this repository at the Docker hub.
  3. At the main twister image, click on Repository Links in the sidebar. Add the newly created twister-html image as a link.

Afterwards, every change to the twister-html repository will trigger a build of the new (dummy) twister-html image at the hub. As a result of that, a new build of the main twister image will be triggered. This means every change of either twister-core or twister-html will automatically create a new main image. Just what we want!

@miguelfreitas, as you are the owner of both the repositories, you are the only one who is able to set this up at the Docker hub. Would be cool if you found some time for that. Thanks in advance!

This is just needed to trigger rebuilds of the complete twister image via the Docker registry hub.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant