-
Bug
-
Resolution: Done
-
Blocker
-
7.5.0.GA
-
None
-
KIE server pods that are dependent in other pods
-
Release Notes
-
-
-
-
-
-
CR2
-
Workaround Exists
-
-
-
2019 Week 44-46 (from Okt 28), 2019 Week 50-52 (from Dec 9)
Today we are dependent from busybox image to perform some initialization tasks on kieserver pods. This dependency could bring some risks to users like:
1. This image is maintained by Docker community, which is something that we can't control
2. It's based on Alpine/Debian distros
3. It's on Docker Hub, and Red Hat is moving away from it to use Quay
4. Some customers cut the access to Dockerhub on production for security reasons. This could jeopardize the kieserver based images to fire up at all
Today, we have a possible bug in busybox that makes nslookup command to fail:
https://github.com/docker-library/busybox/issues/61
And Red Hat doesn't support busybox.
To resolve this, we need to prepare an image based on ubi8-minimal to have the binaries needed for this check and replace the busybox with this one.