Merge pull request #2117 from charltonaustin/fix_builder_logging

Updating the log-2-logentries to a new repo.
This commit is contained in:
Charlton Austin 2016-11-15 13:07:47 -05:00 committed by GitHub
commit ce51406e81

View file

@ -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']