aboutsummaryrefslogtreecommitdiff
path: root/README
blob: e43ded4f0f0d254ae6e9aeda45e280858d093313 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Introduction
------------

This repository contains the dockerfiles used by Linaro CI.

Contributing
------------

If you want to contribute changes, you can send Gerrit merge requests at
https://review.linaro.org/#/q/project:ci/dockerfiles

TCWG images
-----------

Docker images used by the TCWG team are generated slightly differently
from the other ones. The source files describing the images contents
are stored under tcwg-base, in nested directories where nesting shows
images dependencies. For instance, tcwg-build type of images depend on
tcwg-base.

If you want to (re)build locally a TCWG image after updating its
Dockerfile.in or its build.sh, go to the directory whose name fully
describes the image. For instance
xenial-arm64-tcwg-base/xenial-arm64-tcwg-build, and run ./build.sh
from there to rebuild the xenial-arm64-tcwg-build image.

Maintainer(s)
-------------

Fathi Boudra <fathi.boudra@linaro.org>
Riku Voipio <riku.voipio@linaro.org>