From 211b3f160cc0e236b6af188dd1f1d90c96413362 Mon Sep 17 00:00:00 2001 From: Charlton Austin Date: Mon, 14 Nov 2016 16:28:17 -0500 Subject: [PATCH] Updating the log-2-logentries to a new repo. --- buildman/templates/cloudconfig.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildman/templates/cloudconfig.yaml b/buildman/templates/cloudconfig.yaml index 29f9c9bcc..e1db8069e 100644 --- a/buildman/templates/cloudconfig.yaml +++ b/buildman/templates/cloudconfig.yaml @@ -54,8 +54,9 @@ coreos: restart_policy='no' ) | indent(4) }} {% if logentries_token -%} + # https://github.com/kelseyhightower/journal-2-logentries/pull/11 so moved journal-2-logentries to coreos {{ dockersystemd('builder-logs', - 'quay.io/kelseyhightower/journal-2-logentries', + 'quay.io/coreos/journal-2-logentries', extra_args='--env-file /root/overrides.list -v /run/journald.sock:/run/journald.sock', flattened=True, after_units=['quay-builder.service']