File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
docker/skydive/skydive-base Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
16
16
RUN echo 'image on {{ base_distro }} is not yet available on non x86_64 platforms' \
17
17
&& /bin/false
18
18
{% else %}
19
- RUN curl -o /usr/bin/skydive "https://github.com/skydive-project/skydive/releases/download/v0.26 .0/skydive" \
19
+ RUN curl -o /usr/bin/skydive "https://github.com/skydive-project/skydive/releases/download/v0.28 .0/skydive" \
20
20
&& chmod +x /usr/bin/skydive
21
21
{% endif %}
22
22
Original file line number Diff line number Diff line change
1
+ ---
2
+ fixes :
3
+ - |
4
+ Fixes CentOS builds of Skydive SEGV on startup.
5
+ Skydive versions prior to 0.28.0 panic on newer versions of libc.
6
+ This especially affects Centos 8.
7
+ `LP#1940862 <https://launchpad.net/bugs/1940862>`__
You can’t perform that action at this time.
0 commit comments