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

docker - automatic builds #26

Open
jarondl opened this issue Oct 24, 2016 · 7 comments
Open

docker - automatic builds #26

jarondl opened this issue Oct 24, 2016 · 7 comments

Comments

@jarondl
Copy link

jarondl commented Oct 24, 2016

Could you please set up automatic builds on docker hub?
The Dockerfile already exists, so tt is very simple to do, but requires the right privileges.

@gregglind
Copy link
Contributor

@jrm16020 thoughts?

@gregglind
Copy link
Contributor

@jarondl if you explain what needs doing, I can consider doing it :) What are the 'right privileges' here?

@jrm16020
Copy link
Contributor

jrm16020 commented Oct 24, 2016

@gregglind an automated build of the container would be nice. Can you access the Mozilla Dockerhub organization

The general steps involved are:

  1. Create a repository under the "Mozilla" organization appropriately named (observatory-cli makes sense).
  2. Next to your Gravatar in the upper right-hand corner of the screen is a drop-down menu that says "Create". Clicking there will show "Create Automated Build".
  3. When setting up an automated build, you'll link this Github repository to the Dockerhub repo so that the Dockerfile can be found, used to build the container.
  4. Manual hooks can be added later so that as code is checked into the Github repo, new builds of the container are triggered.

@jrm16020
Copy link
Contributor

@jarondl in the interim, steps to build the container locally are provided in the repo's README.md file

@jarondl
Copy link
Author

jarondl commented Oct 25, 2016

@jrm16020 , Thank you for explaining the steps to @gregglind. I have already built it myself for use in servo/saltfs#518, but I'd rather have a trusted up-to-date build.

@gregglind
Copy link
Contributor

So, partway there: https://hub.docker.com/r/mozilla/observatory-cli/ . I still need to add ci for it. For now, I will do that when I publish, to keep it up to date.

@jrm16020
Copy link
Contributor

jrm16020 commented Nov 1, 2016

Looks good @gregglind! Thanks for adding it!

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

3 participants