docker

Branch


Log

Author Commit Date CI Message
Mark Cave-Ayland f9c6b321 2024-04-24T10:38:52 docker: update debian base image to 12.5 Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Mark Cave-Ayland f0fb4834 2022-01-26T11:12:13 .github/workflows: add main.yml for building fcode-utils upon push This is a GitHub push action that generates a container image from docker/Dockerfile using the fcode-utils-builder image and pushes the result to ghcr.io/openbios/fcode-utils:master for public use. It is essentially a standard Debian 11.2 image with the binaries copied into /usr/bin. Note that this action also creates a zip artifact containing the binaries and localvariables directories to allow simple build testing and verification upon merge. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Mark Cave-Ayland 9623b4cb 2022-01-26T10:47:22 docker: introduce Dockerfile.builder for fcode-utils-builder container This introduces a new Dockerfile.builder file that can be used by docker build to generate a container that can build fcode-utils based upon Debian 11.2. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>