On 2022-01-26 15:40:03 +0100 (+0100), Előd Illés wrote: > The forwarded mail contains a release job failure, specifically the > publish-monasca-agent-docker-images job failed [1] with a missing package > during docker image build. Can you please have a look at the issue? > > [1] https://zuul.opendev.org/t/openstack/build/2ebcbfec634c4c068e9f7625473ea726 [...] The error seems to stem from the attempt to install py2-psutil from Alpine 3.15 finding no suitable package. This is done here in the image build: https://opendev.org/openstack/monasca-agent/src/commit/8c8a85a1d89dc430f831d31a36d2e282d1c2a387/docker/collector/Dockerfile#L32 If Python 2.7 libraries are actually required for that image, an older version of Alpine may be needed since there seems to be work in progress to drop support for EOL Python versions: https://gitlab.alpinelinux.org/alpine/aports/-/issues/12740 -- Jeremy Stanley -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 963 bytes Desc: not available URL: <http://lists.openstack.org/pipermail/openstack-discuss/attachments/20220126/4e94f17e/attachment.sig>