Add CI step to build cameleer-runtime-base image by downloading the agent shaded JAR from Gitea Maven registry and pushing the image. Wire CAMELEER_AUTH_TOKEN from docker-compose into RuntimeConfig so deployed containers authenticate with cameleer3-server. Add agent.jar to gitignore for local builds. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
28 lines
287 B
Plaintext
28 lines
287 B
Plaintext
# Maven
|
|
target/
|
|
|
|
# IDE
|
|
.idea/
|
|
*.iml
|
|
.vscode/
|
|
.settings/
|
|
.classpath
|
|
.project
|
|
.factorypath
|
|
*.swp
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Environment
|
|
.env
|
|
*.env.local
|
|
|
|
# Worktrees
|
|
.worktrees/
|
|
|
|
# Generated by postinstall from @cameleer/design-system
|
|
ui/public/favicon.svg
|
|
docker/runtime-base/agent.jar
|