]> git.apps.os.sepia.ceph.com Git - ceph-ci.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>
Tue, 18 Feb 2025 22:58:08 +0000 (17:58 -0500)
commit17ceb1dc2786a0f0490daf4a69aa240832f4fca8
tree7008609ffa391af9811d7bdff73d99fa7d896739
parent76f2cf0836adf8d8a4e20a21d47cfe17dbe24b0c
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>
(cherry picked from commit bde72fc478ce23f7cba8d163f914456e07996aab)
Dockerfile.build [new file with mode: 0644]
src/script/buildcontainer-setup.sh [new file with mode: 0644]