No description
Find a file
Vitaliy Potyarkin b9ee619374 Use vfs storage driver for building container images
Some of our Forgejo Runners use tmpfs, which causes buildah to fail:
 * https://stackoverflow.com/questions/72651641
 * 9665efd712/troubleshooting.md (6-rootless-buildah-build-fails-when-using-overlayfs)

Instead of switching to overlayfs which may or may not work depending on
kernel module being loaded, we will use vfs because it always works.
Performance loss is not critical in our usage scenario

Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
2024-10-25 15:49:45 +03:00
.forgejo/workflows Use vfs storage driver for building container images 2024-10-25 15:49:45 +03:00
openjdk-11-maven-3.8.6 Create container for Java/Maven + Node.js 2024-10-24 16:38:16 +03:00
python-3.11 Add images for Python 2024-10-24 17:23:11 +03:00
python-3.13 Add images for Python 2024-10-24 17:23:11 +03:00
Makefile Fix registry logout syntax 2024-10-24 18:11:44 +03:00
README.md Describe this repo 2024-10-24 16:44:48 +03:00

Container environments for Forgejo Actions

Many actions developers are targeting GitHub Actions and assume that Node.js is available by default. This is not the case in Forgejo Actions, and we need to add Node.js to community provided images explicitly.

This repo contains Dockerfile for images used by TrueCloudLab.