stefanprodan / hrval-action

Flux Helm Release validation GitHub action
Apache License 2.0
60 stars 44 forks source link

Entrypoint in Docker Image having problem with Buddy Cloud #42

Closed kevin2000141 closed 3 years ago

kevin2000141 commented 4 years ago

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!