1
0
Fork 0
qemu/roms/u-boot/doc/build/docker.rst
Daniel Baumann ea34ddeea6
Adding upstream version 1:10.0.2+ds.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 14:27:05 +02:00

14 lines
572 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:bionic-20200807-02Sep2020