mirror of https://github.com/k3s-io/k3s
Fetch fluentd td agent securely
parent
b3bce3aa60
commit
278a3911fd
|
@ -24,7 +24,7 @@ RUN apt-get update && \
|
|||
apt-get clean
|
||||
|
||||
# Install Fluentd.
|
||||
RUN /usr/bin/curl -L http://toolbelt.treasuredata.com/sh/install-ubuntu-trusty-td-agent2.sh | sh
|
||||
RUN /usr/bin/curl -L https://td-toolbelt.herokuapp.com/sh/install-ubuntu-trusty-td-agent2.sh | sh
|
||||
|
||||
# Change the default user and group to root.
|
||||
# Needed to allow access to /var/log/docker/... files.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
.PHONY: build push
|
||||
|
||||
IMAGE = fluentd-elasticsearch
|
||||
TAG = 1.8
|
||||
TAG = 1.9
|
||||
|
||||
build:
|
||||
docker build -t gcr.io/google_containers/$(IMAGE):$(TAG) .
|
||||
|
|
Loading…
Reference in New Issue