summaryrefslogtreecommitdiffstats
path: root/base_sdc-kibana
diff options
context:
space:
mode:
authorTomasz Golabek <tomasz.golabek@nokia.com>2019-06-14 15:41:22 +0200
committerTomasz Golabek <tomasz.golabek@nokia.com>2019-06-19 11:19:02 +0200
commit8a3e3fc5dcc615044980586501c3a84031fc9513 (patch)
treed31eda0cc7397df28b2349ea075e4f89652fee8f /base_sdc-kibana
parent48a4933520594d8aca245f0963f4339b74764cf8 (diff)
Fixed Dockerfiles for base images
Dockerfiles for building base images of sdc components fixed. Change-Id: I50057d3edba1c06e6175e5cc547981efb11ecac3 Issue-ID: SDC-2367 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
Diffstat (limited to 'base_sdc-kibana')
-rw-r--r--base_sdc-kibana/Dockerfile9
1 files changed, 6 insertions, 3 deletions
diff --git a/base_sdc-kibana/Dockerfile b/base_sdc-kibana/Dockerfile
index 9a349df..7faba33 100644
--- a/base_sdc-kibana/Dockerfile
+++ b/base_sdc-kibana/Dockerfile
@@ -34,13 +34,16 @@ FROM kibana:4.3.3
# zlib1g
# CVE-2016-9843 CVE-2016-9841 CVE-2016-9842 CVE-2016-9840
-RUN echo "deb http://deb.debian.org/debian stretch main" >> /etc/apt/sources.list && \
+RUN sed -i '/deb http:\/\/deb.debian.org\/debian jessie-updates main/d' /etc/apt/sources.list && \
+ sed -i '/deb http:\/\/deb.debian.org\/debian jessie-backports main/d' /etc/apt/sources.list && \
+ echo "deb [check-valid-until=no] http://archive.debian.org/debian jessie-backports main" >> /etc/apt/sources.list && \
+ echo "deb http://deb.debian.org/debian stretch main" >> /etc/apt/sources.list && \
echo "deb http://deb.debian.org/debian stretch-updates main" >> /etc/apt/sources.list && \
echo "deb http://security.debian.org stretch/updates main" >> /etc/apt/sources.list && \
echo "deb http://deb.debian.org/debian buster main" >> /etc/apt/sources.list && \
echo "deb http://deb.debian.org/debian buster-updates main" >> /etc/apt/sources.list && \
echo "deb http://security.debian.org buster/updates main" >> /etc/apt/sources.list && \
- apt-get -y update && \
+ apt-get -o Acquire::Check-Valid-Until=false update && \
apt-get -y --no-install-recommends install \
vim \
vim-common \
@@ -65,4 +68,4 @@ RUN echo "deb http://deb.debian.org/debian stretch main" >> /etc/apt/sources.lis
passwd \
zlib1g && \
apt-get -y autoremove && \
- curl -L https://omnitruck.chef.io/install.sh | bash
+ curl -L https://omnitruck.chef.io/install.sh | bash -s -- -v 13.8.5