opendevstack / ods-core

The core of OpenDevStack - infrastructure setup based on Atlassian tools, Jenkins, Nexus, SonarQube and shared images
Apache License 2.0
45 stars 34 forks source link

Glibc package install isues on Jenkins agent #1280

Closed braisvq1996 closed 2 months ago

braisvq1996 commented 2 months ago

Describe the bug Recent chanegs on glibc package is making the install of Jenkins agent base cause conflicts and fail the image build.

To Reproduce Steps to reproduce the behavior:

  1. Update ods-core to 4.x or master branch
  2. build jenkins agent base using default configuration
  3. See error

Expected behavior Jenkins agent base should compile successfully

Affected version (please complete the following information):

Log Output (ensure to remove any confidential information like tokens, project names, etc.

Package glibc-langpack-en-2.28-236.el8.7.x86_64 is already installed.
Package openssl-1:1.1.1k-12.el8_9.x86_64 is already installed.
Error:
Problem: cannot install both glibc-common-2.28-236.el8_9.13.x86_64 from ubi-8-baseos and glibc-common-2.28-236.el8.7.x86_64 from @System
- package glibc-minimal-langpack-2.28-236.el8.7.x86_64 from @System requires glibc-common = 2.28-236.el8.7, but none of the providers can be installed
- package glibc-langpack-en-2.28-236.el8_9.13.x86_64 from ubi-8-baseos requires glibc-common = 2.28-236.el8_9.13, but none of the providers can be installed
- problem with installed package glibc-minimal-langpack-2.28-236.el8.7.x86_64
- cannot install the best candidate for the job
- nothing provides glibc = 2.28-236.el8_9.12 needed by glibc-minimal-langpack-2.28-236.el8_9.12.x86_64 from ubi-8-baseos
(try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
braisvq1996 commented 2 months ago

Closed as redhat repository fixed the issue