stefanprodan/kustomizer

bug: kustomizer container image does not work

developer-guy opened this issue · 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.

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

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

Ok let’s do this part of #83