-
Notifications
You must be signed in to change notification settings - Fork 416
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
Docker image versions not working other than latest #218
Comments
What is the error you have when it's failing? |
Please update to v0.9.1. |
I am getting the below error while using latest tag failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/bin/sh": stat /bin/sh: no such file or directory: unknown Error: failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/bin/sh": stat /bin/sh: no such file or directory: unknown |
Did v0.9.1 resolve it? |
@jwilder
|
@Mason0920 I'm having the same issue with the Superset image. Try using |
Hi My superset which is using the init image got failed due to the latest update.
initImage:
repository: jwilder/dockerize
tag: latest
pullPolicy: IfNotPresent
I tried to download the version specific image by replacing latest with tag name but its failing.
Can you help me here to use any specific image version like v0.8.0 / v0.7.0
How can I download the docker image with a respective version instead of latest ?
The text was updated successfully, but these errors were encountered: