mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
Bump versions: bpftrace 0.9.4, bcc-tools 0.13.0
Signed-off-by: Haitao Li <lihaitao@gmail.com>
This commit is contained in:
parent
7c52735773
commit
0e3c75b39e
|
@ -52,7 +52,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Build libbcc
|
# Build libbcc
|
||||||
ENV BCC_VERSION v0.11.0
|
ENV BCC_VERSION v0.13.0
|
||||||
RUN git clone --depth 1 --branch "$BCC_VERSION" https://github.com/iovisor/bcc.git /usr/src/bcc \
|
RUN git clone --depth 1 --branch "$BCC_VERSION" https://github.com/iovisor/bcc.git /usr/src/bcc \
|
||||||
&& ( \
|
&& ( \
|
||||||
cd /usr/src/bcc \
|
cd /usr/src/bcc \
|
||||||
|
|
|
@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Build bpftrace
|
# Build bpftrace
|
||||||
ENV BPFTRACE_VERSION v0.9.3
|
ENV BPFTRACE_VERSION v0.9.4
|
||||||
RUN git clone --depth 1 --branch "$BPFTRACE_VERSION" https://github.com/iovisor/bpftrace.git /usr/src/bpftrace \
|
RUN git clone --depth 1 --branch "$BPFTRACE_VERSION" https://github.com/iovisor/bpftrace.git /usr/src/bpftrace \
|
||||||
&& ( \
|
&& ( \
|
||||||
cd /usr/src/bpftrace \
|
cd /usr/src/bpftrace \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user