]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
src/script: add a script to help build ceph using containers 61683/head
authorJohn Mulligan <jmulligan@redhat.com>
Tue, 20 Aug 2024 19:01:05 +0000 (15:01 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Tue, 18 Feb 2025 22:58:09 +0000 (17:58 -0500)
commit4507594714ea4f72826e385d18c38369d7520f28
treeb329c8ccc20ece46118a754813cd60b196870ebe
parent17ceb1dc2786a0f0490daf4a69aa240832f4fca8
src/script: add a script to help build ceph using containers

The build-with-container script tries to encapsulate nearly all major
build tasks using docker/podman containers. If there's no build image
locally it will create one for your. It provides targets for building
(make), testing (make check), building rpm packages or deb packages and
is designed to be fairly easily extended.

View the comment at the top of the source file for usage details.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit f276cc5176f7f842267beb985d2a3bd073005839)
src/script/build-with-container.py [new file with mode: 0644]