]> git-server-git.apps.pok.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>
Thu, 6 Feb 2025 18:54:04 +0000 (13:54 -0500)
commitd3afaa1509ad1cd4b588f3560f5006bdbf525ec6
treecc8a1812c81e22a3149a0f396e388f5b8d1e7d41
parentd2b6f4dd5756fae8cec0fe89bae49217079984c1
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]