]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
build: add files needed to create a build container
authorJohn Mulligan <jmulligan@redhat.com>
Tue, 20 Aug 2024 19:00:57 +0000 (15:00 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Wed, 5 Feb 2025 20:13:06 +0000 (15:13 -0500)
commitbde72fc478ce23f7cba8d163f914456e07996aab
tree66780518a18b66ff7824cbc7a812b43b87066f64
parent4578625ce067f7c270018612aad50adb5ac74b94
build: add files needed to create a build container

A build container contains all the tools and dependencies needed to
build ceph. It provides a Container file and small script that
helps bootstrap the container setup. This script installs a few extra
things we need before farming most of the work out to install-deps.sh.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
Dockerfile.build [new file with mode: 0644]
src/script/buildcontainer-setup.sh [new file with mode: 0644]