From 903c1b4bf48ada7737f454abc67a839b5e59e203 Mon Sep 17 00:00:00 2001 From: Megan Wilhite Date: Tue, 7 Mar 2023 12:01:21 -0700 Subject: [PATCH] Implement requested feedback --- doc/topics/packaging/index.rst | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/doc/topics/packaging/index.rst b/doc/topics/packaging/index.rst index ca1f2a179a2..2e363bceb99 100644 --- a/doc/topics/packaging/index.rst +++ b/doc/topics/packaging/index.rst @@ -11,6 +11,12 @@ Starting in 3006, only onedir packaging will be available. The 3006 onedir packa are built with the `relenv `_ tool. +Docker Containers +================= +We use docker containers to build our packages. If you are building your own packages you can use +the same containers we build with in the Github piplines. These containers are documented `here `_. + + How to build onedir only ======================== @@ -20,7 +26,7 @@ Install relenv: # pip install relenv -Fetch toolchain +Fetch toolchain (Only required for linux OSs) .. code-block:: bash @@ -38,11 +44,11 @@ Create relenv environment: # relenv create --arch=x86_64 --python=3.10.10 -Add Salt into onedir. Make sure you are running this in the checkout of Salt: +Add Salt into onedir. .. code-block:: bash - # path/to/relenv name/bin/pip install . + # path/to//bin/pip install /path/to/salt How to build rpm packages