Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Set up https://hub.docker.com/r/mozilla/observatory-cli/ as automated build #33

Open
tmaier opened this issue Apr 23, 2018 · 4 comments

Comments

@tmaier
Copy link

tmaier commented Apr 23, 2018

https://hub.docker.com/r/mozilla/observatory-cli/

Docker Hub automated builds do have the following advantages:

  • image is being rebuilt, with every push to your branches
  • Images will be re-built if the base image (alpine) in your case got updated. This would also update the dependent packages you install with your Dockerfile.
  • A user can inspect directly at https://hub.docker.com the Dockerfile, which improves security
@gregglind
Copy link
Contributor

gregglind commented Apr 23, 2018 via email

@tmaier
Copy link
Author

tmaier commented Apr 23, 2018

Unfortunately, it cannot be fixed with a pull request. It is how you configure the repository on hub.docker.com.
See https://docs.docker.com/docker-hub/builds/

When I see it right, you would need to do the following steps

  • Connect your github account with docker hub
  • delete the current repo (as it cannot be converted to an automated build repo)
  • create the repo as automated build repo
  • Link this repo to the alpine repo to trigger a build as soon as the base image gets updated

@gregglind
Copy link
Contributor

gregglind commented Apr 23, 2018 via email

@mikesir87
Copy link

I would very much be interested in this. Connecting an automated deploy is fairly easy to do, especially with the recently redesigned Docker Hub. Any chance this can happen?

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

No branches or pull requests

3 participants