fluentd: pin td-agent to 4.4.2
Closes-Bug: #2019557 Change-Id: I3723e418c061c387c7f18cd33556ebb74ba1bd95 Signed-off-by: Sven Kieske <kieske@osism.tech>
This commit is contained in:
parent
9c0a62a952
commit
59a5de343a
@ -12,6 +12,11 @@ Package: logstash-oss
|
|||||||
Pin: version 7.9.*
|
Pin: version 7.9.*
|
||||||
Pin-Priority: 1000
|
Pin-Priority: 1000
|
||||||
|
|
||||||
|
# FIXME(SvenKieske): Pinning to 4.4.2 to avoid bug 2019557
|
||||||
|
Package: td-agent*
|
||||||
|
Pin: version 4.4.2-1
|
||||||
|
Pin-Priority: 1000
|
||||||
|
|
||||||
# NOTE(hrw): we do not want backports unless requested
|
# NOTE(hrw): we do not want backports unless requested
|
||||||
Package: *
|
Package: *
|
||||||
Pin: release n=bullseye-backports
|
Pin: release n=bullseye-backports
|
||||||
|
@ -11,3 +11,9 @@ Pin-Priority: 1000
|
|||||||
Package: logstash-oss
|
Package: logstash-oss
|
||||||
Pin: version 7.9.*
|
Pin: version 7.9.*
|
||||||
Pin-Priority: 1000
|
Pin-Priority: 1000
|
||||||
|
|
||||||
|
# FIXME(SvenKieske): Pinning to 4.4.2 to avoid bug 2019557
|
||||||
|
Package: td-agent*
|
||||||
|
Pin: version 4.4.2-1
|
||||||
|
Pin-Priority: 1000
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
|||||||
{% set fluentd_packages = [
|
{% set fluentd_packages = [
|
||||||
'gcc-c++',
|
'gcc-c++',
|
||||||
'make',
|
'make',
|
||||||
'td-agent',
|
'td-agent-4.4.2',
|
||||||
] %}
|
] %}
|
||||||
|
|
||||||
{% elif base_package_type == 'deb' %}
|
{% elif base_package_type == 'deb' %}
|
||||||
|
Loading…
Reference in New Issue
Block a user