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

Question about ubi8-micro example #7

Open
rodehoed opened this issue Jul 4, 2023 · 1 comment
Open

Question about ubi8-micro example #7

rodehoed opened this issue Jul 4, 2023 · 1 comment

Comments

@rodehoed
Copy link

rodehoed commented Jul 4, 2023

Howdy Scott,

I was playing with the ubi8/9 micro image with docker. And I wanted to add some RPMS and thus using the yum command and specifying the rootfs location.

But then the yum proces stops at:
Running scriptlet: glibc-2.28-225.el8.x86_64
I found out it fails executing a lua script and keeps waiting.

Should this sample still work?

With buildah I can use a workaround en mount the image there. But I would like to this case with docker compose.

@fatherlinux
Copy link
Owner

@rodehoed yeah, I don't think this will work with Docker or DockerCompose. There is no RPM/YUM inside ubi-micro, so you have to use the RPM/YUM located on the host. The only way to do this today is with Buildah. Regrettably, this is the sacrafice for making smaller images.

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

2 participants