Fluentd to 1.7.3, Elasticsearch to 7.4.0 23/1723/5
authorBalazs Szekeres <balazs.szekeres@nokia.com>
Thu, 3 Oct 2019 10:47:19 +0000 (12:47 +0200)
committerBalazs Szekeres <balazs.szekeres@nokia.com>
Tue, 5 Nov 2019 09:04:43 +0000 (10:04 +0100)
Change-Id: I1dc69540db592eff3c05f433b39df003d93a6fab
Signed-off-by: Balazs Szekeres <balazs.szekeres@nokia.com>
SPECS/fluentd.spec
docker-build/fluentd/Dockerfile

index 8ccdd15..348b4d4 100644 (file)
@@ -14,7 +14,7 @@
 
 %define COMPONENT fluentd
 %define RPM_NAME caas-%{COMPONENT}
-%define RPM_MAJOR_VERSION 1.6.3
+%define RPM_MAJOR_VERSION 1.7.3
 %define RPM_MINOR_VERSION 0
 %define IMAGE_TAG %{RPM_MAJOR_VERSION}-%{RPM_MINOR_VERSION}
 
index d4b6456..de6faca 100644 (file)
@@ -33,12 +33,12 @@ RUN apk update \
         ruby ruby-irb \
         su-exec==${SU_EXEC_VERSION} \
         dumb-init==${DUMB_INIT_VERSION} \
+        libffi-dev \
 &&  apk add --no-cache --virtual .build-deps \
         build-base \
         ruby-dev \
         wget \
         gnupg \
-        libffi-dev \
 &&  update-ca-certificates \
 &&  echo 'gem: --no-document' >> /etc/gemrc \
 &&  gem install oj -v 2.18.3 \