FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

beevelop/docker-base: 🏡 Base image (Ubuntu 24.04) · GitHub

Latest commit

 

History

95 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Use tags where possible, because

About

🏡 Base image (Ubuntu 24.04)

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL