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 7bdf8fe commit 95ed20bCopy full SHA for 95ed20b
docker/glance/glance-base/Dockerfile.j2
@@ -9,7 +9,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
9
10
{{ macros.configure_user(name='glance') }}
11
12
-{{ macros.enable_extra_repos(['ceph']) }}
+{{ macros.enable_extra_repos(['ceph', 'epel']) }}
13
14
{% if base_package_type == 'rpm' %}
15
{% set glance_base_packages = [
docker/gnocchi/gnocchi-base/Dockerfile.j2
{{ macros.configure_user(name='gnocchi') }}
0 commit comments