Merge tag 'video-20220314' of https://source.denx.de/u-boot/custodians/u-boot-video
[platform/kernel/u-boot.git] / doc / build / docker.rst
1 GitLab CI / U-Boot runner container
2 ===================================
3
4 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
5
6 .. code-block:: bash
7
8     sudo docker build -t your-namespace:your-tag .
9
10 Or to use an existing container
11
12 .. code-block:: bash
13
14     sudo docker pull trini/u-boot-gitlab-ci-runner:bionic-20200807-02Sep2020