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

Docker image versions not working other than latest #218

Open
harikrishnatrkv opened this issue Dec 18, 2024 · 6 comments
Open

Docker image versions not working other than latest #218

harikrishnatrkv opened this issue Dec 18, 2024 · 6 comments

Comments

@harikrishnatrkv
Copy link

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 ?

@jwilder
Copy link
Owner

jwilder commented Dec 18, 2024

What is the error you have when it's failing?

@jwilder
Copy link
Owner

jwilder commented Dec 18, 2024

Please update to v0.9.1.

@harikrishnatrkv
Copy link
Author

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

@jwilder
Copy link
Owner

jwilder commented Dec 19, 2024

Did v0.9.1 resolve it?

@Mason0920
Copy link

@jwilder
I still have same problem with v0.9.1.

>> docker run -it jwilder/dockerize:v0.9.1 /bin/sh
2024/12/23 01:44:22 Error starting command: `/bin/sh` - fork/exec /bin/sh: no such file or directory

@suxxez
Copy link

suxxez commented Dec 23, 2024

@Mason0920 I'm having the same issue with the Superset image.

Try using apache/superset:dockerize image instead, this worked for me.

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

4 participants