stackabletech / docker-images

Apache License 2.0
14 stars 2 forks source link

Add the package util-linux to the OPA image #728

Open siegfriedweber opened 2 weeks ago

siegfriedweber commented 2 weeks ago

Description

Add the package util-linux to the OPA image. It contains the command logger which allows to enter messages into the system log.

Net redirection (> /dev/udp/<syslog-server>/514) cannot be used because bash is not compiled with --enable-net-redirections.

Definition of Done Checklist

- [ ] Changes are OpenShift compatible
- [x] All added packages (via microdnf or otherwise) have a comment on why they are added
- [x] Add an entry to the CHANGELOG.md file
- [ ] Integration tests ran successfully
TIP: Running integration tests with a new product image The image can be built and uploaded to the kind cluster with the following commands: ```shell bake --product --image-version kind load docker-image --name= ``` See the output of `bake` to retrieve the image tag for ``.