Questions tagged [redhat-ubi]
7 questions
5
votes
1 answer
How to deal with missing packages from ubi-8-appstream?
I'm looking for best practices with Red Hat's sponsored container images: Universal Base Image, when we need to deploy application using this containers.
A lot of third party apps requires packages from AppStream, and there's clearly a gap between…

Vinícius Ferrão
- 5,520
- 11
- 55
- 95
1
vote
0 answers
RHEL won't update correctly a package for security
What does that error even mean?
I have tzdata package. I run yum update --security and I get this:
[dada@dada-dada-dispatcher aem]# yum update --security
Failed to set locale, defaulting to C
Loaded plugins: search-disabled-repos
-->…

Alfador
- 11
- 1
1
vote
1 answer
Can not run redhat/ubi8 latest via docker run command
I am trying to run redhat/ubi8.
docker pull redhat/ubi8
docker run redhat/ubi8
The docker run command returns with no output.
The docker container list command lists the container:
71b0897317aa redhat/ubi8:latest "/bin/bash" 21…

g.pickardou
- 199
- 12
1
vote
1 answer
Redhat Capsule servers Apache config file update suggestion
There are some vulnerability issues reported by a third party software. The issues are mostly related to Apache HTTP server Configuration files. What is the best approach to update the capsule (production) servers. Should I use any script or Red hat…

user984993
- 23
- 3
1
vote
2 answers
Yum installation corrupts lib on Redhat Ubi8
I'm working on a Redhat Ubi8-minimal Container. My goal is to install an .rpm from file together with its dependencies. Ubi8-minimal only provides microdnf which cannot install local .rpm's. So I installed yum using microdnf install yum which runs…

ThomasH
- 121
- 7
0
votes
0 answers
How to resolve microdnf (failing with glib error) in a specific environment?
The problem was identified in the CI/CD environment - they are a group of server machines on redhat 7.9 (docker 19.x)
When trying to run docker build the following line fails:
RUN microdnf install yum
We are using a redhat image…

deostroll
- 155
- 7
-1
votes
1 answer
Redhat ubi8-micro container without trusted root ca certificates
I want to run a simple GO application on the registry.access.redhat.com/ubi8/ubi-micro image.
But unfortunately I get x509: certificate signed by unknown authority errors in my app because there it seems there is no root ca truststore on the…

Michel
- 183
- 1
- 1
- 8