Update Fluentd GCP image

This commit is contained in:
Satnam Singh 2015-05-19 15:51:08 -07:00
parent e968b6be81
commit 32842b4d22
3 changed files with 5 additions and 2 deletions

View File

@ -17,6 +17,9 @@ RUN apt-get -q update && \
apt-get clean && \ apt-get clean && \
curl -s https://storage.googleapis.com/signals-agents/logging/google-fluentd-install.sh | sudo bash curl -s https://storage.googleapis.com/signals-agents/logging/google-fluentd-install.sh | sudo bash
# Update gem for fluent-plugin-google-cloud
RUN /usr/sbin/google-fluentd-gem update fluent-plugin-google-cloud
# Copy the Fluentd configuration file for logging Docker container logs. # Copy the Fluentd configuration file for logging Docker container logs.
COPY google-fluentd.conf /etc/google-fluentd/google-fluentd.conf COPY google-fluentd.conf /etc/google-fluentd/google-fluentd.conf

View File

@ -6,7 +6,7 @@
.PHONY: build push .PHONY: build push
TAG = 1.5 TAG = 1.6
build: build:
docker build -t gcr.io/google_containers/fluentd-gcp:$(TAG) . docker build -t gcr.io/google_containers/fluentd-gcp:$(TAG) .

View File

@ -5,7 +5,7 @@ metadata:
spec: spec:
containers: containers:
- name: fluentd-cloud-logging - name: fluentd-cloud-logging
image: gcr.io/google_containers/fluentd-gcp:1.5 image: gcr.io/google_containers/fluentd-gcp:1.6
env: env:
- name: "FLUENTD_ARGS" - name: "FLUENTD_ARGS"
value: "-qq" value: "-qq"