stefanprodan / hrval-action

Flux Helm Release validation GitHub action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Entrypoint in Docker Image having problem with Buddy Cloud

kevin2000141 opened this issue · comments

Hi,

I was wondering if the ENTRYPOINT line on the Docker Image can be replaced by RUN or CMD. Reason being, the ENTRYPOINT line causes an error on Buddy Cloud where Buddy Cloud will try to run /bin/sh to run the scripts, and it is instead accepted as an argument for the "hrval" command. This causes the image to be unusable in Buddy Cloud Pipeline.

Processing /bin/sh
10:31:03 main [ERRO] yaml: control characters are not allowed
"/bin/sh" is not of kind HelmRelease!