kustomizer icon indicating copy to clipboard operation
kustomizer copied to clipboard

bug: kustomizer container image does not work

Open developer-guy opened this issue 2 years ago • 3 comments

To reproduce the issue:

$ docker container run --rm ghcr.io/stefanprodan/kustomizer:v2.2.1 kustomizer
docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "kustomizer": executable file not found in $PATH: unknown.

somehow kustomizer binary is not included into an image. We should investigate this.

developer-guy avatar Mar 28 '23 18:03 developer-guy

It's docker container run --rm ghcr.io/stefanprodan/kustomizer:v2.2.1 /kustomizer

stefanprodan avatar Mar 28 '23 21:03 stefanprodan

we might change CMD to ENTRYPOINT and put kustomizer binary into one of the executable paths

developer-guy avatar Mar 29 '23 07:03 developer-guy

Ok let’s do this part of #83

stefanprodan avatar Mar 29 '23 08:03 stefanprodan