fix(ci): remove log-appender from runtime base image
The log appender is now embedded in cameleer-core, so it no longer needs to be downloaded separately and baked into the runtime base image. Removes the Maven download step and the Dockerfile COPY. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -4,10 +4,10 @@ FROM bellsoft/liberica-runtime-container:jre-21-slim-glibc
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
# Agent + log appender are baked in; tenant JAR is delivered at deploy
|
||||
# time by cameleer-runtime-loader into the RO-mounted /app/jars volume.
|
||||
# Agent is baked in; log appender is embedded in cameleer-core.
|
||||
# Tenant JAR is delivered at deploy time by cameleer-runtime-loader
|
||||
# into the RO-mounted /app/jars volume.
|
||||
COPY agent.jar /app/agent.jar
|
||||
COPY cameleer-log-appender.jar /app/cameleer-log-appender.jar
|
||||
|
||||
# No ENTRYPOINT here. cameleer-server's DeploymentExecutor builds the
|
||||
# per-runtime-type entrypoint (spring-boot/quarkus: -jar; plain-java:
|
||||
|
||||
Reference in New Issue
Block a user