-
Notifications
You must be signed in to change notification settings - Fork 551
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
quay.io/operator-framework/olm for v0.18.0 cannot start container "util" due to missing /bin/cp #2129
Comments
Thanks for reporting this. I marked v0.18.0 as "pre-release", which appears to make v0.17.0 be considered the latest release again. I hope that will prevent other operator-sdk users from hitting this. The base image This also highlights a testing gap: the E2E test jobs build an image locally using I'll leave this issue here to track a v0.19.0 roll-forward release. |
The patch merged: #2133 |
operatorhub.io instructions are still advertising the usage of OLM 0.18 version |
Looks like this should be resolved with the release of https://github.com/operator-framework/operator-lifecycle-manager/releases/tag/v0.18.1 |
What did you do?
Installed OLM v0.18.0
created a catalogsource with an index built by me
created a subscription to the catalogsource
What did you expect to see?
The flow is able to parse my index and moving forward, generate Installplan etc..
What did you see instead? Under which circumstances?
Job failed due to following issue:
Environment
operator-lifecycle-manager version:
v0.18.0
Kubernetes version information:
kubectl version
Client Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.0", GitCommit:"cb303e613a121a29364f75cc67d3d580833a7479", GitTreeState:"clean", BuildDate:"2021-04-08T21:16:14Z", GoVersion:"go1.16.3", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.2", GitCommit:"faecb196815e248d3ecfb03c680a4507229c2a56", GitTreeState:"clean", BuildDate:"2021-01-13T13:20:00Z", GoVersion:"go1.15.5", Compiler:"gc", Platform:"linux/amd64"}
minikube with virtualbox as driver.
Possible Solution
Please verify the file in the images and executable
Additional context
v0.17.0 is working fine for me
Another issue opened in operator-sdk: operator-framework/operator-sdk#4833
The text was updated successfully, but these errors were encountered: