From 4bc0c5b0b8bf4c79a03e6523950fedfbe00e046a Mon Sep 17 00:00:00 2001 From: Iker Pedrosa Date: Wed, 29 May 2024 16:21:05 +0200 Subject: [PATCH] doc: update documentation to use Ansible build Signed-off-by: Iker Pedrosa --- doc/contributions/build_install.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/contributions/build_install.md b/doc/contributions/build_install.md index d8c5bd9e..610b1bc4 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: