Breandan Dezendorf 1e2c56a69a Add docker build scripts hai 12 horas
..
cephfs-test 2e71d44df2 Don't index shells.json.lock hai 15 horas
codeserver 1e2c56a69a Add docker build scripts hai 12 horas
whisparr 1e2c56a69a Add docker build scripts hai 12 horas
README.md 1e2c56a69a Add docker build scripts hai 12 horas

README.md

Docker Image Builds

This monorepo builds multi-architecture Docker images with Buildx. Prerequisite: Docker CLI with the buildx plugin installed.

Default platforms for release scripts:

  • linux/amd64
  • linux/arm64

Run from each image directory:

./build.sh

Override platforms when needed:

PLATFORMS=linux/amd64 ./build.sh

All scripts publish both ${IMAGE}:${GIT_SHA} and ${IMAGE}:latest as a multi-platform manifest list.