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 a0254ba + 6c4813c commit 79d45faCopy full SHA for 79d45fa
docker/glance/glance-api/Dockerfile.j2
@@ -8,9 +8,13 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
8
{% import "macros.j2" as macros with context %}
9
10
{% if base_package_type == 'rpm' %}
11
- {% set glance_api_packages = ['qemu-img'] %}
+ {% set glance_api_packages = [
12
+ 'device-mapper-multipath',
13
+ 'qemu-img'
14
+ ] %}
15
{% elif base_package_type == 'deb' %}
16
{% set glance_api_packages = [
17
+ 'multipath-tools',
18
'nfs-common',
19
'qemu-utils'
20
] %}
0 commit comments