Minimal Ubuntu 24.04 LTS Docker image optimized for development workflows, CI/CD pipelines, and as a foundation for other containerized applications.
# Pull the latest release
docker pull beevelop/base:v2025.08.4
# Run interactively
docker run --rm -it beevelop/base:v2025.08.4 bash
# Build from source
docker build -t beevelop/base github.com/beevelop/docker-base
FROM beevelop/base:v2025.08.4
Badge | Pulls | Build Status | Release Date | Release |
---|---|---|---|---|