mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix: correct echo command syntax in OTelCollector Dockerfile.tpl
This commit is contained in:
@@ -22,7 +22,7 @@ RUN /bin/bash -c 'set -ex && \
|
||||
wget https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v$COLLECTOR_VERSION/otelcol_$COLLECTOR_VERSION_linux_$ARCHITECTURE.deb && \
|
||||
echo "Downloaded otelcol_$COLLECTOR_VERSION_linux_$ARCHITECTURE.deb" && \
|
||||
dpkg -i otelcol_$COLLECTOR_VERSION_linux_$ARCHITECTURE.deb && \
|
||||
echo "Installed otelcol_$COLLECTOR_VERSION_linux_$ARCHITECTURE.deb"
|
||||
echo "Installed otelcol_$COLLECTOR_VERSION_linux_$ARCHITECTURE.deb"'
|
||||
|
||||
# Copy the configuration template file config.yaml.tpl
|
||||
COPY ./OTelCollector/otel-collector-config.template.yaml /etc/otel-collector-config.template.yaml
|
||||
|
||||
Reference in New Issue
Block a user