feat: add pre-baked CI build images
All checks were successful
Build Images / build (push) Successful in 1m28s

- cameleer-build:1 — Maven 3.9 + Java 17 + Node.js 22 + curl/jq/procps/bc
- cameleer-docker-builder:1 — Docker 27 + git/curl/jq

Eliminates per-build tool installation across cameleer3 and cameleer3-server.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-03-25 13:23:05 +01:00
parent 61b6cbb0bb
commit aaf43aa247
4 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
FROM docker:27
RUN apk add --no-cache git curl jq