-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
x perm missing on startup scripts on latest #803
Comments
Hi @juliencognito, That's interesting to know but I don't think we can do anything to fix that. Docker 1.12.6 is from early 2017, and I would be surprised if the image is fully functional there - see e.g. #800 for apt update issues. |
|
I have the same issue with docker version 19.03.13. Also interesting that all of these files have x flag: KO |
hi @nikomi86! That's expected on older container runtimes due to failing system calls used now in the image binaries. The only solution would be to update docker, seccomp et al. |
Updating docker version from |
Hello;
It seems that the execution bit on every sh files in /docker-entrypoint.d/ is now missing on :latest (debian:12.0-slim).
I have to admit that i'm using an deprecated rancher version (1.6) and docker (1.12.6)
However, on my desktop, it correctly use 0775 and the
if
is OK inside the container.Thanks for all your helpful work.
The text was updated successfully, but these errors were encountered: