We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a4e43 commit 545fed7Copy full SHA for 545fed7
docker/collectd/Dockerfile.j2
@@ -65,18 +65,13 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
65
{% if base_arch =='x86_64' %}
66
{% set collectd_packages = collectd_packages + [
67
'collectd-hugepages',
68
+ 'collectd-pcie-errors',
69
'collectd-pmu',
70
'collectd-rdt',
71
'collectd-turbostat'
72
] %}
73
{% endif %}
74
- {% if base_arch != 's390x' %}
75
- {% set collectd_packages = collectd_packages + [
76
- 'collectd-pcie-errors'
77
- ] %}
78
- {% endif %}
79
-
80
81
82
{{ macros.install_packages(collectd_packages | customizable("packages")) }}
0 commit comments