Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions beyla/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ RUN mkdir -p /etc/supervisor/conf.d /var/log/supervisor /enrichment /bootstrap

# Copy Beyla files from official image and set permissions
COPY --from=obi-source --chmod=755 /ebpf-instrument /usr/local/bin/ebpf-instrument
COPY --from=obi-source /obi-java-agent.jar /usr/local/bin/obi-java-agent.jar
COPY --from=obi-source /LICENSE /LICENSE
COPY --from=obi-source /NOTICE /NOTICE

Expand Down
2 changes: 1 addition & 1 deletion collector/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN mkdir -p /versions/0-default \
# Set environment variables
ENV BASE_URL=https://telemetry.betterstack.com
ENV CLUSTER_COLLECTOR=false
ENV COLLECTOR_VERSION=1.1.15
ENV COLLECTOR_VERSION=1.1.16
ENV VECTOR_VERSION=0.47.0
ENV BEYLA_VERSION=2.7.5
ENV CLUSTER_AGENT_VERSION=1.2.4
Expand Down