Entrypoint throws error executing /sbin/tini
Summary
(Summarize the bug encountered concisely)
Steps to reproduce
(How one can reproduce the issue - this is very important)
What is the current bug behavior?
(What actually happens)
What is the expected correct behavior?
Container starts using /sbin/tini
Relevant logs and/or screenshots
Starting running this image produced error
--events-addr=http://notification-controller/: [/sbin/tini: No such file or directory
Possible fixes
Seems like the version of /sbin/tini
copied from fluxcd/image-reflector-controller:v0.11.1
is not executable in the ubi:8
image.
Perhaps copy from the base image as done in image-automation-controller
COPY tini-amd64 /sbin/tini
Defintion of Done
-
Bug has been identified and corrected within the container
Edited by Jacob Rohlman