ci
Find a file
Vitaliy Potyarkin 008b73bba7
All checks were successful
/ build-dotnet-8.0 (pull_request) Successful in 1m58s
/ build-oci-image-builder-bookworm (pull_request) Successful in 11s
/ build-oci-runner (pull_request) Successful in 9s
/ build-openjdk-11-maven-3.8.6 (pull_request) Successful in 10s
/ build-python-3.11 (pull_request) Successful in 10s
/ build-python-3.13 (pull_request) Successful in 12s
/ build-dotnet-8.0 (push) Successful in 2m25s
/ build-oci-image-builder-bookworm (push) Successful in 11s
/ build-oci-runner (push) Successful in 10s
/ build-openjdk-11-maven-3.8.6 (push) Successful in 11s
/ build-python-3.11 (push) Successful in 10s
/ build-python-3.13 (push) Successful in 11s
[#10] dotnet: Add GNU Make to container image
We will probably add a Makefile to frostfs-sdk-csharp soon.

Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
2025-04-09 15:51:58 +03:00
.forgejo/workflows [#6] oci-runner: Build images automatically 2024-12-26 15:10:19 +03:00
dotnet-8.0 [#10] dotnet: Add GNU Make to container image 2025-04-09 15:51:58 +03:00
oci-image-builder-bookworm [#4] Create CI environment for building OCI images 2024-12-18 13:07:13 +03:00
oci-runner [#6] oci-runner: Use non-standard socket path to avoid collisions 2024-12-26 17:44:44 +03:00
openjdk-11-maven-3.8.6 [#8] maven: Read registry settings from environment 2025-03-10 14:21:03 +03:00
python-3.11 Require git binary in Actions images 2024-10-25 15:49:45 +03:00
python-3.13 Require git binary in Actions images 2024-10-25 15:49:45 +03:00
CODEOWNERS [#2] Add CODEOWNERS 2024-12-10 18:46:26 +03:00
Makefile Clean up Makefile default values 2024-10-25 16:20:31 +03:00
README.md Explain image modification process 2024-10-25 16:04:59 +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.

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