From: Iker Pedrosa Date: Wed, 29 May 2024 14:21:05 +0000 (+0200) Subject: doc: update documentation to use Ansible build X-Git-Tag: 4.17.0-rc1~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bc0c5b0b8bf4c79a03e6523950fedfbe00e046a;p=thirdparty%2Fshadow.git doc: update documentation to use Ansible build Signed-off-by: Iker Pedrosa --- diff --git a/doc/contributions/build_install.md b/doc/contributions/build_install.md index d8c5bd9e8..610b1bc4e 100644 --- a/doc/contributions/build_install.md +++ b/doc/contributions/build_install.md @@ -62,9 +62,11 @@ You can either generate a single image by running the following command from the root folder of the project (i.e. Alpine): ``` -docker build -f share/containers/alpine.dockerfile . --output build-out/alpine +ansible-playbook share/ansible/playbook.yml -i share/ansible/inventory.ini -e 'distribution=alpine' ``` +**Note**: you'll need to install ansible to run this automation. + Or generate all of the images with the `container-build.sh` script, as if you were running some of the CI checks locally: