The Go images are built using a bash script go/build-image.sh
, you can check it out for details.
Each python release is downloaded and installed from the official website.
We'll explain the overall process here:
- Built
FROM dockershelf/debian:<release>
. - Labelled according to label-schema.org and opencontainers specification.
- Install developer tools to handle the package installation.
- Install Go.
- Uninstall developer tools and orphan packages. 76 Shrink image by deleting unnecessary files.
Web luisalejandro.org · GitHub @LuisAlejandro · Twitter @LuisAlejandro