File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ RUN mkdir -p /etc/supervisor/conf.d /var/log/supervisor /enrichment /bootstrap
3939
4040# Copy Beyla files from official image and set permissions
4141COPY --from=obi-source --chmod=755 /ebpf-instrument /usr/local/bin/ebpf-instrument
42+ COPY --from=obi-source /obi-java-agent.jar /usr/local/bin/obi-java-agent.jar
4243COPY --from=obi-source /LICENSE /LICENSE
4344COPY --from=obi-source /NOTICE /NOTICE
4445
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ RUN mkdir -p /versions/0-default \
4646# Set environment variables
4747ENV BASE_URL=https://telemetry.betterstack.com
4848ENV CLUSTER_COLLECTOR=false
49- ENV COLLECTOR_VERSION=1.1.15
49+ ENV COLLECTOR_VERSION=1.1.16
5050ENV VECTOR_VERSION=0.47.0
5151ENV BEYLA_VERSION=2.7.5
5252ENV CLUSTER_AGENT_VERSION=1.2.4
You can’t perform that action at this time.
0 commit comments