aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/docker-images/yocto-builder/README.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/docker-images/yocto-builder/README.md')
-rw-r--r--.github/workflows/docker-images/yocto-builder/README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/workflows/docker-images/yocto-builder/README.md b/.github/workflows/docker-images/yocto-builder/README.md
new file mode 100644
index 0000000..6336fb8
--- /dev/null
+++ b/.github/workflows/docker-images/yocto-builder/README.md
@@ -0,0 +1,16 @@
+<!--
+SPDX-FileCopyrightText: Andrei Gherzan <andrei.gherzan@huawei.com>
+
+SPDX-License-Identifier: MIT
+-->
+
+# Docker image for builds
+
+This defines the docker image for running Yocto/OE based operations/builds. It
+privides multiple scripts for driving different operations.
+
+## Configuration
+
+The `entrypoint` scripts assumes at runtime that the repository to drive the
+operation against is available under `/work`. This path is to be populated via
+bind mounts when running the container.