-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Create automated docker build #3002
Comments
Hi, |
I guess we want a docker image that contains a full Shogun installation -- that is automatically updated say every day. We have one that is used for our travis builds, that is update from the above config file. @vigsterkr Can you comment what type of thing can be done by a student here? See also the shogun-cloud repository. |
@karlnapf I'm not sure if this is what was required but please have a look - https://hub.docker.com/r/eejya/shogun/builds/brfvzdjtyvdgxyzc4jjznyf/ |
Recently chatted to Viktor, and we think the best way to do this would be to create a shogun ppa for ubuntu first, and then to simply install this ppa on the docker image ... |
@Eejya there's this https://hub.docker.com/r/shogun/shogun-dev/~/dockerfile/ |
@karlnapf , @vigsterkr I see, I had built a docker image of my forked repository since I wasn't sure what the task was. What would be the right way to begin with this? Also, is this the ppa we are talking about? - https://launchpad.net/~shogun-daily/+archive/ubuntu/ppa |
See https://docs.docker.com/engine/userguide/containers/dockerrepos/
Section "Automated builds"
Our Dockerfile is in
configs
The text was updated successfully, but these errors were encountered: