Skip to content

Commit d65eab1

Browse files
committed
Revert to uwsgi-plugin-python for barbican source images
Stein only I508bb082a319955b3e008235e158eaa07a1e8a74 was backported to stein to fix an issue with barbican images which contained the python 2 version of uwsgi-plugin-python on Ubuntu/Debian, but should have used uwsgi-plugin-python3. However, in Stein only Ubuntu/Debian binary images used python 3 - not source images. This change reverts to uwsgi-plugin-python for Ubuntu/Debian source. Change-Id: I62c1a42c29ce7273028f99edbb77f4362a2452ce Related-Bug: #1849128
1 parent d6d5790 commit d65eab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/barbican/barbican-base/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
2525
{% endif %}
2626

2727
{% elif base_package_type == 'deb' %}
28-
{% set barbican_base_packages = ['uwsgi-plugin-python3'] %}
28+
{% set barbican_base_packages = ['uwsgi-plugin-python'] %}
2929
{% endif %}
3030

3131
{{ macros.install_packages(barbican_base_packages | customizable("packages")) }}

0 commit comments

Comments
 (0)