Commit c9a8b2a4 authored by Alex Robinson's avatar Alex Robinson

Merge pull request #13230 from a-robinson/maintainer

Transfer maintainer responsibilities for fluentd configs/images.
parents 986d37d1 f6f8cb07
# This Dockerfile will build an image that is configured
# to run Fluentd with an Elasticsearch plug-in and the
# provided configuration file.
# TODO(satnam6502): Use a lighter base image, e.g. some form of busybox.
# TODO(a-robinson): Use a lighter base image, e.g. some form of busybox.
# The image acts as an executable for the binary /usr/sbin/td-agent.
# Note that fluentd is run with root permssion to allow access to
# log files with root only access under /var/lib/docker/containers/*
......@@ -9,7 +9,7 @@
# information about installing fluentd using deb package.
FROM ubuntu:14.04
MAINTAINER Satnam Singh "satnam@google.com"
MAINTAINER Alex Robinson "arob@google.com"
# Ensure there are enough file descriptors for running Fluentd.
RUN ulimit -n 65536
......
......@@ -6,7 +6,6 @@
# Elasticsearch which assumes the installation of the fluentd-elasticsearch plug-in.
# See https://github.com/uken/fluent-plugin-elasticsearch for
# more information about the plug-in.
# Maintainer: Satnam Singh (satnam@google.com)
#
# Example
# =======
......
......@@ -7,7 +7,7 @@
# in the Google Developer Console.
FROM ubuntu:14.04
MAINTAINER Satnam Singh "satnam@google.com"
MAINTAINER Alex Robinson "arob@google.com"
# Disable prompts from apt.
ENV DEBIAN_FRONTEND noninteractive
......
# The build rule builds a Docker image that logs all Docker contains logs to
# Google Compute Platform using the Cloud Logging API. The push rule pushes
# the image to DockerHub.
# Satnam Singh (satnam@google.com)
# Procedure for change:
# 1. Bump the tag number.
......
......@@ -4,7 +4,6 @@
# linked to from the /varlog directory using names that capture the
# pod name and container name. These logs are then submitted to
# Google Cloud Logging which assumes the installation of the cloud-logging plug-in.
# Maintainer: Satnam Singh (satnam@google.com)
#
# Example
# =======
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment