Skip to content

astrum-forge/bullseye-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

A Debian (Bullseye) slim-based Docker image preconfigured with a specified version of CMake, offering a stable foundation for building and testing modern software projects.

Features

  • Specific CMake Version: The image tag indicates the version of CMake installed, ensuring you know exactly which version you're working with.
  • "Latest" Tag: You can also use the latest tag to always pull the most recently published version.
  • Lightweight: Built on the slim variant of Debian Bullseye to keep the image size small.

Usage

Pull the image from Docker Hub:

# Pull a specific CMake version
docker pull astrumforge/bullseye-base:<cmake-version>

# Or pull the latest published version
docker pull astrumforge/bullseye-base:latest

Use it as a base in your Dockerfile:

FROM astrumforge/bullseye-base:<cmake-version>
# Add your build steps here

Replace <cmake-version> with the desired CMake version tag (e.g., 3.31.1).

Links

About

A Debian Bullseye Slim base image enhanced with the latest CMake preinstalled

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors