-
Notifications
You must be signed in to change notification settings - Fork 8
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 images not automatically updated on dockerub #6
Comments
On 7/21/2016 6:05 PM, Michael Haberler wrote:
I don't think the automated builds allow for "squashing" the resulting Charles Steinkuehler |
well we could setup an automated build on jenkins.machinekit.io then, plus push to dockerhub from there, would be good to have those images á jour |
On 7/22/2016 1:50 AM, Michael Haberler wrote:
No experimeting necessary, see the step-by-step directions in the I had bad luck using docker-squash, so I switched to docker-rebase: Get the docker-rebase script from here:https://github.com/docbill/docker-scriptsThis keeps things like the USER setting from the original container, and Charles Steinkuehler |
https://hub.docker.com/r/cdsteinkuehler/jessie-quartus-base/ shows old commits
dockerhub makes it easy to link to this github repo and trigger a rebuild on push so they'd be always up to date
that'd enable us to add a .travis dir to the mksocfpga repo so everybody could rebuild firmware
The text was updated successfully, but these errors were encountered: