Skip to content

Commit ff401a4

Browse files
authored
Copy obi-java-agent.jar into the eBPF image (#107)
1 parent a941884 commit ff401a4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

beyla/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
4141
COPY --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
4243
COPY --from=obi-source /LICENSE /LICENSE
4344
COPY --from=obi-source /NOTICE /NOTICE
4445

collector/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN mkdir -p /versions/0-default \
4646
# Set environment variables
4747
ENV BASE_URL=https://telemetry.betterstack.com
4848
ENV CLUSTER_COLLECTOR=false
49-
ENV COLLECTOR_VERSION=1.1.15
49+
ENV COLLECTOR_VERSION=1.1.16
5050
ENV VECTOR_VERSION=0.47.0
5151
ENV BEYLA_VERSION=2.7.5
5252
ENV CLUSTER_AGENT_VERSION=1.2.4

0 commit comments

Comments
 (0)