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

Consider other base images #58

Open
hexylena opened this issue Sep 2, 2015 · 7 comments
Open

Consider other base images #58

hexylena opened this issue Sep 2, 2015 · 7 comments

Comments

@hexylena
Copy link
Collaborator

hexylena commented Sep 2, 2015

Specifically I'd like to consider alpine linux which I recently heard about

Rationale:

  • By using a tiny, tiny base image, we can pack a lot more useful stuff inside a the same network/harddisk cost to our end users.
  • We could produce two images, a default version with the same packages as currently available and a fraction of the size, and then a -full version with everything you could possibly want for bioinformatics that would probably still be less the the current image size.
@hexylena
Copy link
Collaborator Author

Played around with alpine today. Closing for now as this would conflict with the move to jupyter as python3 isn't supported on alpine yet. They additionally are missing other packages that just make life so much easier like pandoc

@bgruening
Copy link
Owner

Thanks @erasche

@hexylena
Copy link
Collaborator Author

alpine has py3, re-opening, will re-try. I've built a number of images from alpine and it's actually pretty stellar for small + fast builds.

@hexylena hexylena reopened this Feb 24, 2016
@dominicfollett
Copy link

@erasche Have you had luck with using Jupyter Notebook on Alpine linux? I'd be interested to know what your results were like.

@hexylena
Copy link
Collaborator Author

hexylena commented May 6, 2016

@dominicfollett have not tried yet, my PI reallocated my time away from galaxy efforts temporarily.

@dominicfollett
Copy link

I'm going to give it a go this weekend, will let you know if I have any success. I did note however that Docker is moving over to Alpine which is quite promising.

@bgruening
Copy link
Owner

@dominicfollett this image is kind of deprecated as Galaxy is moving on to the Jupyter based image: https://github.com/bgruening/docker-jupyter-notebook
This image is even bigger because we have installed a lot of languages with a base sci-stack into 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