cincproject/omnibus-debian

Sponsored OSS

By cincproject

Updated about 2 months ago

Debian Omnibus builder

Image
Integration & Delivery
Operating Systems

10K+

Debian Omnibus Builder

This image is used to build various Cinc projects on the Debian platform. This contains the omnibus-toolchain package along with various required compiling tools.

How do I use this image?

# Check out one of the projects in https://gitlab.com/cinc-project/distribution and run the following in that directory:
docker run -it --rm -v $(pwd):/w -w /w cincproject/omnibus-debian
source /home/omnibus/load-omnibus-toolchain.sh

Tags

  • Each tag matches the major version of the OS platform. The latest tag includes the most recent major release of the OS platform.

How is this image built?

  • This image is built using an independent build system. Images are built, tagged, and published as they make their way through Cinc Project internal packaging system. The Dockerfile used to build this image is located here.

Docker Pull Command

docker pull cincproject/omnibus-debian