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.
2 parents b73d4d1 + 0380740 commit 34253adCopy full SHA for 34253ad
docker/base/Dockerfile.j2
@@ -228,10 +228,6 @@ RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
228
{% set base_centos_yum_repos_to_disable = base_centos_yum_repos_to_disable + [
229
'influxdb',
230
] %}
231
-{% elif base_arch == 'aarch64' %}
232
- {% set base_centos_yum_repo_packages = base_centos_yum_repo_packages + [
233
- 'centos-release-rabbitmq-38'
234
- ] %}
235
{% endif %}
236
237
RUN {{ macros.install_packages(base_centos_yum_repo_packages | customizable("centos_yum_repo_packages"), chain=True, clean=False) }}
0 commit comments