gentoo-docker-images
gentoo-docker-images copied to clipboard
[MIRROR] Common effort to get an official and automated gentoo base docker container
The `stage3.Dockerfile` pulls from `https://ftp-osl.osuosl.org/pub/gentoo/releases/`, which contains a lot more arches than just x86 and amd64. With a few tweaks of the `build.sh` script, we could have docker images for...
I don't know if this is the right place because this isn't really an issue, but more of a question. Why do the gentoo containers have such a large image...
> New Docker users are encouraged to use the Official Images in their projects. These images have clear documentation, promote best practices, and are designed for the most common use...
On the host: ``` ~ # docker run -it -d --name musl gentoo/stage3:musl ~ # docker exec -it musl /bin/bash ``` Then in the container: ``` ~ # emerge --sync...
Apparently we don't have any real way of notifying people that images got renamed, so if you end up using old base images, Docker images can continue building and working...
Hello, Given you've built the infrastructure already, and you have the expertise I'd like to ask you if making an image (or images actually) of a Gentoo Prefix bootstrapped would...
I'm trying to build deterministic docker images. The problem I'm currently facing is that I don't know what portage snapshot or git commit was used for building the stage3 image....
Since all the amd64 variate mostly use the similar `build.sh` script, we should avoid duplicating it for each particular case. The information required to generate the URL for respective amd64...
Circumvent the Docker Hub rate limit triggered by pushing the multiarch manifests after *every* image is built and pushed. Instead, deploy the manifests only after *all* images have been built...
``` $ docker run --rm -it gentoo/stage3 du -sh / 1.2G / ``` It should be possible to slim this up a bit. ``` 36M /usr/share/doc 3.2M /usr/share/gtk-doc 3.7M /usr/share/info...