Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
totek opened this issue May 7, 2024 · 0 comments

Comments

@totek
Copy link

totek commented May 7, 2024

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 ....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant