File: README.md

package info (click to toggle)
lava 2026.01-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 30,796 kB
  • sloc: python: 82,790; javascript: 16,658; sh: 1,364; makefile: 335
file content (20 lines) | stat: -rw-r--r-- 790 bytes parent folder | download | duplicates (2)
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.