mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-21 20:34:38 +00:00

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>
14 lines
571 B
ReStructuredText
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
|