aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-04-07 15:54:07 -0400
committerTom Rini <trini@konsulko.com>2021-04-07 15:54:07 -0400
commite9c99db7787e3b5c2ef05701177c43ed1c023c27 (patch)
tree1ef650f3732546ceb95e3cbeeabe7d3c4ef6e9c2 /doc
parent4ace446e5e291895cff0603b46415541e3e784b9 (diff)
parenta64322548cf8d0122833a66d06a9936832a53cac (diff)
downloadu-boot-e9c99db7787e3b5c2ef05701177c43ed1c023c27.zip
u-boot-e9c99db7787e3b5c2ef05701177c43ed1c023c27.tar.gz
u-boot-e9c99db7787e3b5c2ef05701177c43ed1c023c27.tar.bz2
Merge branch '2021-04-07-CI-improvements'
- Assorted Azure/GitLab improvements - Move the Dockerfile used for making containers in CI in to this repository.
Diffstat (limited to 'doc')
-rw-r--r--doc/build/docker.rst14
-rw-r--r--doc/build/index.rst1
2 files changed, 15 insertions, 0 deletions
diff --git a/doc/build/docker.rst b/doc/build/docker.rst
new file mode 100644
index 0000000..953d1b2
--- /dev/null
+++ b/doc/build/docker.rst
@@ -0,0 +1,14 @@
+GitLab CI / U-Boot runner container
+===================================
+
+In order to have a reproducible and portable build environment for CI we use a container for building in. This means that developers can also reproduce the CI environment, to a large degree at least, locally. This file is located in the tools/docker directory. To build the image yourself
+
+.. code-block:: bash
+
+ sudo docker build -t your-namespace:your-tag .
+
+Or to use an existing container
+
+.. code-block:: bash
+
+ sudo docker pull trini/u-boot-gitlab-ci-runner:bionic-20200807-02Sep2020
diff --git a/doc/build/index.rst b/doc/build/index.rst
index 5f90f95..69952f9 100644
--- a/doc/build/index.rst
+++ b/doc/build/index.rst
@@ -9,4 +9,5 @@ Build U-Boot
source
gcc
clang
+ docker
tools