#Default behavior of WithEntrypoint

1 messages · Page 1 of 1 (latest)

next grove
#

Hi,
I want to generate a release using goreleaser.
At some point, I am doing WithEntrypoint([]string{"goreleaser", "release", "--clean"})
But the container gets invoked with an extra "-h" which is the CMD ["-h"] in the docker file of goreleaser.
I am using the 0.9.3 SDK

Thanks in advance

west fulcrum
#

you need to use WithExec instead of WithEntrypoint so the help is not displayed.