Questions tagged [redhat-ubi]
9 questions
12
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,870
2
votes
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
- 263
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
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…
Prade
- 53
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
0
votes
2 answers
Artifact Registry Plugin and microdnf
Is the Artifact Registry Plugin (ar-plugin) compatible with microdnf?
We're trying to use Cloud Builder with redhat/ubi8-minimal which uses a slimmed down version of dnf named microdnf. It has the same commands as dnf so we hoped it would work…
Vance Shipley
- 121
- 4
0
votes
1 answer
How to access RHEL non-UBI content when the host is an EC2 instance
The Red Hat Universal Base Image (UBI) FAQ claims that
8. Will applications built on UBI have access to the same content as images built on a non-UBI base image?
Yes, but accessing non-UBI content requires a Red Hat subscription and renders…
neirbowj
- 358
0
votes
1 answer
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
-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
- 2
- 9