From 2f3fac927ae2dedbe97e3bb624e7b2cd2434b366 Mon Sep 17 00:00:00 2001 From: Bryan Latten Date: Mon, 24 Aug 2015 15:30:08 -0400 Subject: [PATCH] Dockerfile: updated to ubuntu 14.04.3 Also added flag to prevent supervisor from spewing notices for seek issues on a stream --- Dockerfile | 2 +- container/root/worker.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3955128..a398e1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:14.04.2 +FROM ubuntu:14.04.3 MAINTAINER Bryan Latten # Use in multi-phase builds, when an init process requests for the container to gracefully exit, so that it may be committed diff --git a/container/root/worker.sh b/container/root/worker.sh index ac4176a..0a85260 100755 --- a/container/root/worker.sh +++ b/container/root/worker.sh @@ -49,6 +49,7 @@ process_name=%(program_name)s%(process_num)s numprocs=${WORKER_QUANTITY} autorestart=true redirect_stderr=true +stdout_logfile_maxbytes=0 stdout_logfile=/dev/stdout" > $SUPERVISOR_CONF echo "[worker] entering supervisor"