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

docker build fails on yum update #999

Closed
lmsurpre opened this issue Apr 29, 2020 · 1 comment
Closed

docker build fails on yum update #999

lmsurpre opened this issue Apr 29, 2020 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@lmsurpre
Copy link
Member

lmsurpre commented Apr 29, 2020

Describe the bug
This worked for me yesterday, but now I'm getting:

Step 4/19 : RUN yum update -y &&     yum clean all -y
 ---> Running in dd41b1ce3e2c
Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Red Hat Universal Base Image 8 (RPMs) - BaseOS  1.3 MB/s | 762 kB     00:00    
Red Hat Universal Base Image 8 (RPMs) - AppStre 3.9 MB/s | 3.7 MB     00:00    
Red Hat Universal Base Image 8 (RPMs) - CodeRea  31 kB/s | 9.1 kB     00:00    
(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)
Error: 
 Problem 1: cannot install the best update candidate for package python3-rpm-4.14.2-26.el8_1.x86_64
  - nothing provides libzstd.so.1()(64bit) needed by python3-rpm-4.14.2-37.el8.x86_64
 Problem 2: cannot install the best update candidate for package rpm-4.14.2-26.el8_1.x86_64
...

To Reproduce
Steps to reproduce the behavior:

  1. mvn clean install -f fhir-parent
  2. docker build fhir-install

Expected behavior
The docker build succeeds

Additional context
It started very recently

@lmsurpre lmsurpre added the bug Something isn't working label Apr 29, 2020
@lmsurpre lmsurpre added this to the Sprint 12 milestone Apr 29, 2020
@lmsurpre lmsurpre self-assigned this Apr 29, 2020
@prb112
Copy link
Contributor

prb112 commented Apr 30, 2020

I think Lee addressed in PR1000 (and Albert reviewed) moving to Review/QA

@lmsurpre lmsurpre changed the title docker build is failing docker build fails on yum update May 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants