docker.rst 572 B

1234567891011121314
  1. GitLab CI / U-Boot runner container
  2. ===================================
  3. 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
  4. .. code-block:: bash
  5. sudo docker build -t your-namespace:your-tag .
  6. Or to use an existing container
  7. .. code-block:: bash
  8. sudo docker pull trini/u-boot-gitlab-ci-runner:bionic-20200807-02Sep2020