Commit Graph
3 Commits
Author SHA1 Message Date
Ninosaurier 5792a1581b fix(ci-runner): install docker compose v2 plugin correctly
CI / lint-and-format (push) Successful in 36s
CI / changeset-check (push) Successful in 27s
CI / unit-tests (push) Successful in 37s
CI / component-tests (push) Failing after 25s
The docker.io apt package doesn't ship the compose plugin, and the
npm docker-compose package is an unrelated legacy tool that doesn't
provide the 'docker compose' CLI subcommand. Install the official
compose v2 binary as a docker CLI plugin instead.
2026-08-02 17:40:27 +02:00
Ninosaurier 4b8cb62817 fix(ci-runner): add Dockerfile for node22 CI runner image
Base image for the gitea-act-runner build environment, includes
Docker CLI and docker-compose for CI jobs that need to build/push
containers, plus corepack for yarn/pnpm support."
2026-08-02 17:05:03 +02:00
Ninosaurier 38bbaf3276 ci: add custom runner image with docker support 2026-08-02 16:16:45 +02:00