Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: kustomizer container image does not work #82

Open
developer-guy opened this issue Mar 28, 2023 · 3 comments
Open

bug: kustomizer container image does not work #82

developer-guy opened this issue Mar 28, 2023 · 3 comments

Comments

@developer-guy
Copy link
Contributor

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.

@stefanprodan
Copy link
Owner

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

@developer-guy
Copy link
Contributor Author

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

@stefanprodan
Copy link
Owner

Ok let’s do this part of #83

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants