-
Currently, bind-utils is used in the strimzi/base image: https://github.com/strimzi/strimzi-kafka-operator/blob/main/docker-images/base/Dockerfile#L8 I'm doing my own hardened build of the Strimzi images based on the dockerfiles here. I'm trying to understand if I can remove bind-utils from some of the images. Can anyone help me figure out what images use bind-utils and what images don't need it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
First of all, the UBI8 images are used in the main branch only. They are not in any release. I do not remember anymore why is it needed. Probably because of nslookup or something like that? If you have any improvement, feel free to open a PR. |
Beta Was this translation helpful? Give feedback.
First of all, the UBI8 images are used in the main branch only. They are not in any release. I do not remember anymore why is it needed. Probably because of nslookup or something like that? If you have any improvement, feel free to open a PR.