Docker Hub Official Repos: Announcing Language Stacks
blog.docker.com
Docker Hub Official Repos: Announcing Language Stacks
1–10 of 30 posts
Re: Docker Hub Official Repos: Announcing Language Stacks
#2ie. https://github.com/docker-library/golang/blob/master/1.3/Doc...
Re: Docker Hub Official Repos: Announcing Language Stacks
#3Does anyone know why debian was chosen as the source for these repos? I thought they were defaulting to ubuntu. ie. https://github.com/docker-library/golang/blob/master/1.3/Doc...
Re: Docker Hub Official Repos: Announcing Language Stacks
#4Does anyone know why debian was chosen as the source for these repos? I thought they were defaulting to ubuntu. ie. https://github.com/docker-library/golang/blob/master/1.3/Doc...
This question was asked on https://github.com/docker-library/golang/issues/11#issuecomm... too, but the main reason is that the "debian" base images are tightly controlled and kept really minimal, so it's easy to make the new images as minimal as they can be too. The Ubuntu images are also great, but they include more stuff as part of keeping a consistent experience, so they don't have the same focus on minimalism th…
Re: Docker Hub Official Repos: Announcing Language Stacks
#5Earlier quoted context omitted.
This question was asked on https://github.com/docker-library/golang/issues/11#issuecomm... too, but the main reason is that the "debian" base images are tightly controlled and kept really minimal, so it's easy to make the new images as minimal as they can be too. The Ubuntu images are also great, but they include more stuff as part of keeping a consistent experience, so they don't have the same focus on minimalism th…
Note that the image maintainers (starting with tianon above) reserve the right to change the base distro they use for the images. So they can truly use the best tool for the job, now and in the future.
Re: Docker Hub Official Repos: Announcing Language Stacks
#6Does anyone know why debian was chosen as the source for these repos? I thought they were defaulting to ubuntu. ie. https://github.com/docker-library/golang/blob/master/1.3/Doc...
This question was asked on https://github.com/docker-library/golang/issues/11#issuecomm... too, but the main reason is that the "debian" base images are tightly controlled and kept really minimal, so it's easy to make the new images as minimal as they can be too. The Ubuntu images are also great, but they include more stuff as part of keeping a consistent experience, so they don't have the same focus on minimalism th…
Re: Docker Hub Official Repos: Announcing Language Stacks
#7Earlier quoted context omitted.
Note that the image maintainers (starting with tianon above) reserve the right to change the base distro they use for the images. So they can truly use the best tool for the job, now and in the future.
Changing the distro underneath would break all other Dockerfiles that assume they are running on a certain distro. How do we have to deal with cases when the distro is switched from debian to centos for example?.
Re: Docker Hub Official Repos: Announcing Language Stacks
#8Re: Docker Hub Official Repos: Announcing Language Stacks
#9Earlier quoted context omitted.
This question was asked on https://github.com/docker-library/golang/issues/11#issuecomm... too, but the main reason is that the "debian" base images are tightly controlled and kept really minimal, so it's easy to make the new images as minimal as they can be too. The Ubuntu images are also great, but they include more stuff as part of keeping a consistent experience, so they don't have the same focus on minimalism th…
Taking that a step further - why not a busybox image to get even smaller?
apt-get install -y ca-certificates curl gcc libc6-dev bzr git mercurial
Re: Docker Hub Official Repos: Announcing Language Stacks
#10I'm very happy to see Hy language among the official repos! I think more people should know about it.
ps: while they're at it, there's also http://scriptor.github.io/pharen/ (php)