Nuitka Python Compiler in Alpine or Debian linux for a variety of Python versions and architectures
10K+
Base images to build Docker containers from.
These images are not necessarily suitable for others to use, I may introduce breaking changes without warning or apology as I tailor these images for my requirements.
Most of these images include a script called add-contenv that allows Dockerfiles to add environment variables that are exported by the init system at startup, rather than being applied by Docker's ENV.
RUN add-contenv <var1>=<value1> <var2>=<value2> ...
This is useful because there are some environment variables that don't need user configuration but may change between image builds (e.g. software versions and names of executables). Frontends like Portainer will retain these variables if a new image is pulled, which can break the container if these variables have changed in the image.
GitHub: https://github.com/moonbuggy/docker-base-images
Docker Hub:
Content type
Image
Digest
sha256:2d5a2859c…
Size
336.2 MB
Last updated
over 1 year ago
docker pull moonbuggy2000/nuitka:2.7.6-py3.13-debian