Remove library copying from fluentd image

This commit is contained in:
Mik Vyatskov
2017-01-17 14:53:55 +01:00
parent 0bd13332e9
commit 83df5b8495
4 changed files with 6 additions and 22 deletions

View File

@@ -26,7 +26,7 @@
.PHONY: build push
PREFIX=gcr.io/google_containers
TAG = 1.32
TAG = 1.33
build:
docker build --pull -t $(PREFIX)/fluentd-gcp:$(TAG) .

View File

@@ -17,12 +17,6 @@
# For systems without journald
mkdir -p /var/log/journal
if [ -e /host/lib/libsystemd* ]
then
rm /lib/x86_64-linux-gnu/libsystemd*
cp /host/lib/libsystemd* /lib/x86_64-linux-gnu/
fi
LD_PRELOAD=/opt/td-agent/embedded/lib/libjemalloc.so
RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR=0.9