Docker Ubuntu Base - Lightweight Development Foundation
Minimal Ubuntu 24.04 LTS Docker image optimized for development workflows, CI/CD pipelines, and as a foundation for other containerized applications.
Usage
Pull and Run
# 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
Use as Base Image
FROM beevelop/base:v2025.08.4 # Switch to non-root user (recommended) USER appuser WORKDIR /home/appuser
Verification
# 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
All Docker images
| Badge | Pulls | Build Status | Release Date | Release |
|---|---|---|---|---|

