1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Docker packaging
================
This repository contains docker image definitions that will be used by lava ci
jobs to build the official lava-server and lava-dispatcher images.
The CI job for this repository is responsible for building, testing and
publishing the base Docker images on registry.gitlab.com/lava/pkg/lava/
These images will be used as base images for building official lava docker images.
The docker images will be available at registry.gitlab.com/lava/lava/
The [registry](https://gitlab.com/lava/lava/container_registry)
list the available images.
You can manually build and test the images, by running `./build.sh` which will
detect which architecture to build using `uname -m`.
In GitLab, base images are built and published for aarch64 and amd64
architectures.
|