u-boot/doc/build/docker.rst
Mattijs Korpershoek 4e5013be0e doc: build: update docker image to latest
commit cacc0b2678 ("CI: Move to latest container image") updated the
docker container image.

Reflect the change in the documentation.

Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
2024-04-13 11:03:12 +02:00

14 lines
571 B
ReStructuredText

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:jammy-20240227-14Mar2024