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
# Switch to non-root user (recommended)
USER appuser
WORKDIR /home/appuser
# Verify signature (requires cosign)
cosign verify \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity-regexp "^https://github.com/beevelop/docker-base/" \
beevelop/base:latest
Badge | Pulls | Build Status | Release Date | Release |
---|---|---|---|---|