blob: 45659b3b89dc1c662ee2a81d21907cb51a637dbd [file] [log] [blame]
Tom Rini04549e92021-03-15 13:19:01 -04001GitLab CI / U-Boot runner container
2===================================
3
4In 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
5
6.. code-block:: bash
7
8 sudo docker build -t your-namespace:your-tag .
9
10Or to use an existing container
11
12.. code-block:: bash
13
Mattijs Korpershoek7fe617c2024-04-05 08:16:19 +020014 sudo docker pull trini/u-boot-gitlab-ci-runner:jammy-20240227-14Mar2024