🔨 修改插件包名.
This commit is contained in:
@@ -24,7 +24,7 @@ RUN chmod +x /app/entrypoint.sh
|
||||
# 复制 jar 包
|
||||
COPY ./service/orion-visor-launch.jar /app/app.jar
|
||||
# 复制探针包
|
||||
ADD ./service/agent-release.tar.gz /app/agent-release
|
||||
ADD ./service./instant-agent-release.tar.gz /app/instant-agent-release
|
||||
|
||||
# 启动检测
|
||||
HEALTHCHECK --interval=15s --timeout=5s --retries=5 --start-period=10s \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
AGENT_RELEASE_DIR="/root/orion/orion-visor/agent-release"
|
||||
DEFAULT_AGENT_DIR="/app/agent-release"
|
||||
AGENT_RELEASE_DIR="/root/orion/visor/instant-agent-release"
|
||||
DEFAULT_AGENT_DIR="/app/instant-agent-release"
|
||||
|
||||
# 确保父目录存在
|
||||
mkdir -p "$(dirname "$AGENT_RELEASE_DIR")"
|
||||
|
||||
Reference in New Issue
Block a user