Container environments for Forgejo Actions
https://git.frostfs.info/TrueCloudLab/-/packages/container/env/versions
All checks were successful
/ build-dotnet-8.0 (pull_request) Successful in 2m50s
/ build-oci-image-builder-bookworm (pull_request) Successful in 2m48s
/ build-openjdk-11-maven-3.8.6 (pull_request) Successful in 2m39s
/ build-python-3.11 (pull_request) Successful in 2m31s
/ build-python-3.13 (pull_request) Successful in 2m46s
/ build-dotnet-8.0 (push) Successful in 2m53s
/ build-oci-image-builder-bookworm (push) Successful in 2m38s
/ build-openjdk-11-maven-3.8.6 (push) Successful in 2m49s
/ build-python-3.11 (push) Successful in 3m2s
/ build-python-3.13 (push) Successful in 2m49s
TrueCloudLab/frostfs-infra#177 Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com> |
||
---|---|---|
.forgejo/workflows | ||
dotnet-8.0 | ||
oci-image-builder-bookworm | ||
oci-runner | ||
openjdk-11-maven-3.8.6 | ||
python-3.11 | ||
python-3.13 | ||
CODEOWNERS | ||
Makefile | ||
README.md |
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