Fetch fluentd td agent securely

pull/6/head
Satnam Singh 2015-08-19 13:34:03 -07:00
parent b3bce3aa60
commit 278a3911fd
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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) .