Skip to content

Commit 1b259ec

Browse files
committed
Pin diskimage-builder version due to drop Python3.6
Since Ibdbcf459608711ac64e7fefb1707f6708d68e750 merged to master we need to pin diskimage-builder to latest stable tag with support of the Python3.6 until we move to CentOS9. Change-Id: I9f9e381716611b71584ecf8b371f8b7f45c694ee Signed-off-by: Maksim Malchuk <[email protected]>
1 parent ca511dd commit 1b259ec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker/bifrost/bifrost-base/Dockerfile.j2

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ RUN echo " " && \
4444
ansible-playbook -vvvv -i /bifrost/playbooks/inventory/target /bifrost/playbooks/install.yaml \
4545
-e git_branch={{ openstack_branch_slashed }} \
4646
-e ipa_upstream_release={{ openstack_branch }} \
47+
{%- if base_distro == 'centos' %}
48+
{# NOTE(mmalchuk): since DIB drop Python3.6 support we need to build DIB from #}
49+
{# the latest supported stable tag until we move to CentOS9 #}
50+
-e dib_git_branch="3.21.1" \
51+
{%- endif %}
4752
-e @/tmp/build_arg.yml && \
4853
{%- if base_package_type == 'deb' %}
4954
apt-get clean && rm -rf /var/lib/apt/lists/*'

0 commit comments

Comments
 (0)