Code Monkey home page Code Monkey logo

docker's People

Contributors

malcolmsparks avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docker's Issues

base images

I don't see much value in clojure/java base images, or to be more precise I see them pushed to a docker registry pointless.

For docker 'deliverables' I end up only depending on the disto-base (ubuntu:trusty in my case) and then everything else in-line in one dockerfile.

  • The base image never has everything you'll need, so you always have to derive from it in a new Dockerfile.
  • I don't want a 'base' to dictate java / lein versions. And overriding the base versions is just wrong.
  • If you upgrade a base (due to security updates for instance) you still have to re-build all your downstream containers. If you have to rebuild them anyway, what is the point of the base.
  • These bases are useless for building devbox-containers

Finally a word on funky ditros (arch, alpine). Sure, size is an issue but what trumps everything in my mind is reliable security updates. Docker images (in prod) have to be constantly 'apt-get upgrade'-d since they don't auto-upgrade/auto-relaunch services like say a ubuntu server. I just don't trust the smaller distros to promote security updates through (to legacy versions) like debian does.

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.