docker-mendix-buildpack icon indicating copy to clipboard operation
docker-mendix-buildpack copied to clipboard

Error building rootfs-app : problem with installed package glibc-minimal-langpack-2.28-236.el8_9.12.x86_64

Open totek opened this issue 9 months ago • 0 comments

Hello,

I have been using the new release 5.0.4 since begining of April 2024 in my CI/CD pipeline to build my Mendix docker images on premises without any issue.

Since this morning, 7th of May 2024, I am running into issues while trying to build the rootfs images (as described in https://github.com/mendix/docker-mendix-buildpack/blob/latest/upgrading-from-v4.md#option-1-build-rootfs-images-on-every-build)

Here is the error : error: Could not depsolve transaction; 1 problem detected:

07-May-2024 12:24:20 | #5 5.807  Problem: problem with installed package glibc-minimal-langpack-2.28-236.el8_9.12.x86_64 07-May-2024 12:24:20 | #5 5.807   - package glibc-minimal-langpack-2.28-236.el8_9.12.x86_64 from @System requires glibc-common = 2.28-236.el8_9.12, but none of the providers can be installed 07-May-2024 12:24:20 | #5 5.807   - package glibc-minimal-langpack-2.28-236.el8_9.12.x86_64 from ubi-8-baseos-rpms requires glibc-common = 2.28-236.el8_9.12, but none of the providers can be installed 07-May-2024 12:24:20 | #5 5.807   - cannot install both glibc-common-2.28-236.el8_9.13.x86_64 from ubi-8-baseos-rpms and glibc-common-2.28-236.el8_9.12.x86_64 from @System 07-May-2024 12:24:20 | #5 5.807   - cannot install both glibc-common-2.28-236.el8_9.12.x86_64 from ubi-8-baseos-rpms and glibc-common-2.28-236.el8_9.13.x86_64 from ubi-8-baseos-rpms 07-May-2024 12:24:20 | #5 5.807   - package glibc-langpack-en-2.28-236.el8_9.13.x86_64 from ubi-8-baseos-rpms requires glibc-common = 2.28-236.el8_9.13, but none of the providers can be installed 07-May-2024 12:24:20 | #5 5.807   - conflicting requests 07-May-2024 12:24:21 | #5 ERROR: process "/bin/sh -c microdnf update -y &&     microdnf module enable nginx:1.20 -y &&     microdnf install -y glibc-langpack-en python311 openssl nginx nginx-mod-stream java-11-openjdk-headless tzdata-java fontconfig binutils &&     microdnf clean all && rm -rf /var/cache/yum" did not complete successfully: exit code: 1

What has been updated since? I am guessing we are using "latest" dependencies here which are leading to build issues. I have tried to build with specific ubi8 version without success.

Please give us some advice because I am stuck and cannot build my dozen of apps now ....

totek avatar May 07 '24 12:05 totek