Merge pull request #2117 from charltonaustin/fix_builder_logging
Updating the log-2-logentries to a new repo.
This commit is contained in:
commit
ce51406e81
1 changed files with 2 additions and 1 deletions
|
@ -54,8 +54,9 @@ coreos:
|
||||||
restart_policy='no'
|
restart_policy='no'
|
||||||
) | indent(4) }}
|
) | indent(4) }}
|
||||||
{% if logentries_token -%}
|
{% if logentries_token -%}
|
||||||
|
# https://github.com/kelseyhightower/journal-2-logentries/pull/11 so moved journal-2-logentries to coreos
|
||||||
{{ dockersystemd('builder-logs',
|
{{ 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',
|
extra_args='--env-file /root/overrides.list -v /run/journald.sock:/run/journald.sock',
|
||||||
flattened=True,
|
flattened=True,
|
||||||
after_units=['quay-builder.service']
|
after_units=['quay-builder.service']
|
||||||
|
|
Reference in a new issue