action-env/README.md
Vitaliy Potyarkin 18d7a6e0ae
All checks were successful
/ build-openjdk-11-maven-3.8.6 (push) Successful in 47s
/ build-python-3.11 (push) Successful in 18s
/ build-python-3.13 (push) Successful in 48s
Explain image modification process
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
2024-10-25 16:04:59 +03:00

678 B

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.

Images are published to our registry

Modifying container images

Prepare a pull request with a modified or entirely new Dockerfile. The image will get built and published after PR is merged to master.

Requirements

Images for Forgejo Actions must contain:

  • Node.js
  • Git