-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
framework: new docker image based on Debian Stretch #3569
Conversation
Mercurial built with that image. |
@m4tt075 I am interested in feedback about this new docker image - if you may run it for your future local builds (ffmpeg, tvendhead...) |
Oh yes. And this is most likely what I'd need to meet the |
I am intrigued about "I can't use Docker locally"... Is there any way I may help about it? You may use "docker build -t synocommunity/spksrc:stretch - < Dockerfile" command to create image "spksrc:stretch" BUT I hope travis may have some caching mechanism to avoid building that 700 MiB image each time... |
If I understand well, you run Linux in Virtual Box - so there is no technical reason why you may not install "docker" package in your Linux distribution to test that image. |
... ffmpeg is building - I guess it means a "OK" for this image ... but I guess I have to request @Diaoul for grants to push a new image into Docker Hub. |
@ymartin59 I tried to install |
I'll look into it this evening.
|
If this gets merged the image will automatically be published on Docker Hub as it is an automated build. Do you need both images? |
If there is a way to tag current "jessie", we may keep access to it from Travis. By the way I can rebuild it for local use.
Thank you for help.
Yves
|
It seems it's not possible to tag from Docker Hub. Give me your Docker id here or by email, I'll grant you permission. |
Motivation: Get recent Meson to build recent fuse for sshfs (synocli-net)
Docker image is far lighter that previous one on Jessie because I discarded most documentation tooling (mainly latex) with
--no-install-recommends