File: README.md

package info (click to toggle)
lava 2024.09-1.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 29,616 kB
  • sloc: python: 79,650; javascript: 16,875; sh: 1,364; makefile: 336
file content (20 lines) | stat: -rw-r--r-- 790 bytes parent folder | download
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.