ci-images/images/ci-base
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Felipe M. 41c93040f3
All checks were successful
ci-base / build (push) Successful in 15s
Add build-essential to ci-base for gcc/g++ support
2026-04-07 10:44:44 +02:00
..
Dockerfile Add build-essential to ci-base for gcc/g++ support 2026-04-07 10:44:44 +02:00
README.md Migrate from Woodpecker CI to Forgejo Actions 2026-04-06 18:45:43 +02:00

ci-base

All-in-one Docker image for building and releasing projects in CI pipelines.

Based on ubuntu:24.04.

Included software

Software Description
Go (latest) Go programming language
GoReleaser (latest) Release automation tool for Go projects
Bun (latest) JavaScript runtime, bundler, and package manager
Docker (CE + CLI) Container runtime with buildx and compose plugins
UPX Executable packer/compressor
System tools ca-certificates, curl, git, make, wget, unzip

Usage

steps:
  - name: build
    image: git.nakama.town/fmartingr/ci-images/ci-base:latest
    commands:
      - make build

Building locally

docker build -t ci-base images/ci-base/