From 075cd1b06b8ee5ff23479dbefa42f86b527b6806 Mon Sep 17 00:00:00 2001 From: Nicolas signed-log FORMICHELLA Date: Sat, 27 Aug 2022 11:54:24 +0200 Subject: [PATCH] [Documentation] Document OCI switch Document the OCI override switch Signed-off-by: Nicolas signed-log FORMICHELLA --- .github/CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 392a24d..3afd731 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -212,6 +212,11 @@ these principles when making changes. ```text $ make test ``` + If you don't use `docker` but an OCI engine akin to `podman`, you can set it through the `OCI` switch for every target + + ```text + $ make test OCI=podman + ``` 5. Create a feature branch, based off the `develop` branch.