From 8588d0d032bdb1faf479b6974909d7ba0016e4a5 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Tue, 12 Apr 2022 12:32:22 +0200 Subject: [PATCH] docs: Fix builder container image name This reflects the CI reality in the docs. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- docs/ci/hidden-jobs/workspace.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ci/hidden-jobs/workspace.rst b/docs/ci/hidden-jobs/workspace.rst index 0e61470a..2b5f2d8b 100644 --- a/docs/ci/hidden-jobs/workspace.rst +++ b/docs/ci/hidden-jobs/workspace.rst @@ -18,7 +18,7 @@ path of that directory between the code in ``before_script``, ``script`` and Constraints =========== -This job uses the ``ostc-builder`` container image, mainly for convenience, as +This job uses the ``bitbake-builder`` container image, mainly for convenience, as it is often extended to perform other tasks, such as bitbake builds. Other containers can be used, as long as they have the ``repo`` program pre-installed. -- GitLab