GithubHelp home page GithubHelp logo

Comments (12)

ypriverol avatar ypriverol commented on June 2, 2024

This is actually a fantastic idea. Can we add this to the specification and work in how we will do the release based, monthly, daily basis or other systems like every 6 months. @sauloal

from specs.

prvst avatar prvst commented on June 2, 2024

Hum, but what we would do differently from the base images to justify having a specific one just for us? I tend to prefer maintaining the use of the 'traditional" base images unless we have some strong motive for doing so.

from specs.

sauloal avatar sauloal commented on June 2, 2024

@leprevost , keep it updated (apt-get update, apt-get upgrage, apt-get clean, apt-get purge)

from specs.

prvst avatar prvst commented on June 2, 2024

OK, sounds good, how do you plan to do that? should we just get a stable Debian and rename it?

from specs.

sauloal avatar sauloal commented on June 2, 2024

either debian or ubuntu. debian is smaller but im not sure they have an functional LTS system

from specs.

prvst avatar prvst commented on June 2, 2024

i think we can
https://wiki.debian.org/LTS/Using

from specs.

sauloal avatar sauloal commented on June 2, 2024

seems more complicated than using ubuntu :)

from specs.

prvst avatar prvst commented on June 2, 2024

yes I agree, that's why I was using Ubuntu since the beginning

from specs.

prvst avatar prvst commented on June 2, 2024

I just finished building our own base image. Its based on Ubuntu 14.04:latest and its called just biodocker.

I pushed the Dockerfile instructions so you all can see how this is done.
https://github.com/BioDocker/containers/tree/master/base

In order to use this base image we need to do the following change in Dockerfiles:

before:

FROM ubuntu:latest

now

FROM biodckr/biodocker:latest

The image is also hosted on dockerhub, but I'm not using the automatic build system, because we need to keep this image updated.

from specs.

sauloal avatar sauloal commented on June 2, 2024

Nice!

You can put it on automatic build and trigger the build manually in dockerhub if you prefer. the advantage is that it becomes a "trusted" image

Also,

I guess it would be nice to transfer all that I put in the dockerfile template there (user creation, update, clean of apt) so that users just need to change to root, install what they need and change back to biodocker user. reducing error

/cc @BioDocker/contributors

from specs.

prvst avatar prvst commented on June 2, 2024

I was thinking in handling this image manually, but we can do that too, Im going to set the build now to see how it goes

from specs.

prvst avatar prvst commented on June 2, 2024

done, the base image now is under an automated build, already available to download

from specs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.