-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add rsyslog & util-linux package Containerfile #1719
Conversation
Added `rsyslog` and `util-linux` package for logging support.
keeping systemd-libs package. because, rsyslog depends on systemd-libs package.
Hi Uday - can you try changing this line by removing where microdnf is removed instead? Keeping microdnf in the container would be very useful, thanks. |
We removed I don't know much about |
An alternative would be to build a container image with these packages installed (rather than including a package manager.) Maybe something like this?
It seems to me that stripped down container images without a package manager are very popular, and there should be pretty well documented means to get packages installed in those environments. Not a rhel ecosystem pro, but this approach appears to work well for me. Maybe look at docs on how to use the ubi9 micro container images (does not have a package manager by default)? EDIT: to be clear, in this alternative the upstream skupper-router image stays rsyslogd free and continues to keep a minimal set of dependencies. Users that want to alter the behavior of the container to use rsyslogd are free to do so. |
Thank you @c-kruse I will try it out and let you know. |
Hi @c-kruse I tried your approach and it is working as per our expectation. So, I am happy to close the issue and PR. |
Added
rsyslog
andutil-linux
package for logging support.Fix for: #1718