This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git


The following commit(s) were added to refs/heads/main by this push:
     new 7caec68  fix: fix invalid image tag of otel-collector in 
docker-compose mode (#183)
7caec68 is described below

commit 7caec6857d4db27df933a92dff599c5a012c51b0
Author: gyqsophila <yanqiang_...@163.com>
AuthorDate: Sat Aug 3 21:50:49 2024 +0800

    fix: fix invalid image tag of otel-collector in docker-compose mode (#183)
---
 deploy/platform/docker/docker-compose.activemq-monitor.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy/platform/docker/docker-compose.activemq-monitor.yaml 
b/deploy/platform/docker/docker-compose.activemq-monitor.yaml
index d2a809f..ee65c37 100644
--- a/deploy/platform/docker/docker-compose.activemq-monitor.yaml
+++ b/deploy/platform/docker/docker-compose.activemq-monitor.yaml
@@ -30,7 +30,7 @@ services:
       - sw
 
   otel-collector:
-    image: ${OTEL_COLLECTOR_IMAGE}:${OTEL_COLLECTOR_VERSION}
+    image: ${OTEL_COLLECTOR_IMAGE}:${OTEL_COLLECTOR_IMAGE_TAG}
     environment:
       SW_AGENT_COLLECTOR_BACKEND_SERVICES: ${BACKEND_SERVICE}:11800
       OTEL_TARGET_ADDREESS: amqexporter:5556

Reply via email to