summaryrefslogtreecommitdiff
path: root/doc/build/docker.rst
blob: 953d1b28a063f27a7bf2dd372bd62cf569b56f2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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