Ramon Gordillo Gutierrez created ISPN-12063:
-----------------------------------------------
Summary: Infinispan Operator should not use busybox in initcontainer
Key: ISPN-12063
URL:
https://issues.redhat.com/browse/ISPN-12063
Project: Infinispan
Issue Type: Feature Request
Components: Operator
Affects Versions: 11.0.0.Final
Reporter: Ramon Gordillo Gutierrez
Assignee: Vittorio Rigamonti
Currently, Infinispan Operator sets up an initContainer to fix possible permission issues
on the storage used by DataGrid. This initContainer uses busybox:latest :
[
https://github.com/infinispan/infinispan-operator/blob/master/pkg/control...]
This is a security issue. It can also create an exception if someone by mistake breaks the
busybox shell.
It will be needed that an ubi8 image is used, like in the infinispan base image. Better if
the same infinispan image (that also has a shell) can be used, so only one is downloaded.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)