File tree 5 files changed +3
-6
lines changed
fluentd-elasticsearch/fluentd-es-image
fluentd-gcp/fluentd-gcp-image
5 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
# This Dockerfile will build an image that is configured
2
2
# to run Fluentd with an Elasticsearch plug-in and the
3
3
# provided configuration file.
4
- # TODO(satnam6502 ): Use a lighter base image, e.g. some form of busybox.
4
+ # TODO(a-robinson ): Use a lighter base image, e.g. some form of busybox.
5
5
# The image acts as an executable for the binary /usr/sbin/td-agent.
6
6
# Note that fluentd is run with root permssion to allow access to
7
7
# log files with root only access under /var/lib/docker/containers/*
8
8
# Please see http://docs.fluentd.org/articles/install-by-deb for more
9
9
# information about installing fluentd using deb package.
10
10
11
11
FROM ubuntu:14.04
12
- MAINTAINER Satnam Singh "satnam @google.com"
12
+ MAINTAINER Alex Robinson "arob @google.com"
13
13
14
14
# Ensure there are enough file descriptors for running Fluentd.
15
15
RUN ulimit -n 65536
Original file line number Diff line number Diff line change 6
6
# Elasticsearch which assumes the installation of the fluentd-elasticsearch plug-in.
7
7
# See https://github.com/uken/fluent-plugin-elasticsearch for
8
8
# more information about the plug-in.
9
- # Maintainer: Satnam Singh (
[email protected] )
10
9
#
11
10
# Example
12
11
# =======
Original file line number Diff line number Diff line change 7
7
# in the Google Developer Console.
8
8
9
9
FROM ubuntu:14.04
10
- MAINTAINER Satnam Singh "satnam @google.com"
10
+ MAINTAINER Alex Robinson "arob @google.com"
11
11
12
12
# Disable prompts from apt.
13
13
ENV DEBIAN_FRONTEND noninteractive
Original file line number Diff line number Diff line change 1
1
# The build rule builds a Docker image that logs all Docker contains logs to
2
2
# Google Compute Platform using the Cloud Logging API. The push rule pushes
3
3
# the image to DockerHub.
4
- # Satnam Singh ([email protected] )
5
4
6
5
# Procedure for change:
7
6
# 1. Bump the tag number.
Original file line number Diff line number Diff line change 4
4
# linked to from the /varlog directory using names that capture the
5
5
# pod name and container name. These logs are then submitted to
6
6
# Google Cloud Logging which assumes the installation of the cloud-logging plug-in.
7
- # Maintainer: Satnam Singh (
[email protected] )
8
7
#
9
8
# Example
10
9
# =======
You can’t perform that action at this time.
0 commit comments