We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
It's docker container run --rm ghcr.io/stefanprodan/kustomizer:v2.2.1 /kustomizer
docker container run --rm ghcr.io/stefanprodan/kustomizer:v2.2.1 /kustomizer
Sorry, something went wrong.
we might change CMD to ENTRYPOINT and put kustomizer binary into one of the executable paths
Ok let’s do this part of #83
No branches or pull requests
To reproduce the issue:
somehow kustomizer binary is not included into an image. We should investigate this.
The text was updated successfully, but these errors were encountered: