Breandan Dezendorf 1e2c56a69a Add docker build scripts 13 saat önce
..
cephfs-test 2e71d44df2 Don't index shells.json.lock 16 saat önce
codeserver 1e2c56a69a Add docker build scripts 13 saat önce
whisparr 1e2c56a69a Add docker build scripts 13 saat önce
README.md 1e2c56a69a Add docker build scripts 13 saat önce

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.