ci-images/images/ci-base
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Felipe M. a802652334
All checks were successful
ci-base / build (push) Successful in 6m13s
Update Go 1.26.1 SHA256 checksums
Previous commit bumped GO_VERSION to 1.26.1 but kept the 1.26.0 hashes,
breaking the build. Update both amd64 and arm64 checksums to match.
2026-05-04 09:08:30 +02:00
..
Dockerfile Update Go 1.26.1 SHA256 checksums 2026-05-04 09:08:30 +02:00
README.md Add husky to ci-base image and bump Go to 1.26.1 2026-05-04 08:56:01 +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
Husky (latest) Git hooks manager (installed globally)
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/