-
Notifications
You must be signed in to change notification settings - Fork 225
Can't run bash/bash-scripts in Docker #141
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
Comments
Does this explain anything? https://mail.python.org/pipermail/wheel-builders/2016-December/000239.html |
Brilliant, thank you, that explains everything! |
Sorry to necro post but what is the longterm fix for this one ?
not seems to be a longterm "secure" solution at most a quick workaround IMHO... PEP571 which follows PEP513 talk about it...
FYI [^_^]─mizux@mizux %docker run --rm -it centos:5
Unable to find image 'centos:5' locally
5: Pulling from library/centos
38892065247a: Pull complete
Digest: sha256:70fffd687ff9545662c30f9043108489c698662861cd5f76070f7e2cd350564f
Status: Downloaded newer image for centos:5
[139]─[/tmp]
[>_<]─mizux@mizux %docker run --rm -it centos:6
Unable to find image 'centos:6' locally
6: Pulling from library/centos
1c8f9aa56c90: Pull complete
Digest: sha256:b358c4a16ef77db3a07eaaaf62c707f51aa15bca820489392cc9d97046bc483a
Status: Downloaded newer image for centos:6
[139]─[/tmp]
[>_<]─mizux@mizux %docker run --rm -it centos:7
[root@1ff504c5487e /]# /lib64/libc.so.6
GNU C Library (GNU libc) stable release version 2.17, by Roland McGrath et al.
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Compiled by GNU CC version 4.8.5 20150623 (Red Hat 4.8.5-28).
Compiled on a Linux 3.10.0 system on 2018-04-10.
Available extensions:
The C stubs add-on version 2.1.2.
crypt add-on version 2.1 by Michael Glad and others
GNU Libidn by Simon Josefsson
Native POSIX Threads Library by Ulrich Drepper et al
BIND-8.2.3-T5B
RT using linux kernel aio
libc ABIs: UNIQUE IFUNC
For bug reporting instructions, please see:
<http://www.gnu.org/software/libc/bugs.html>. Centos:7 working with a glibc 2.17 |
For some reason I no longer seem to be able to run bash scripts or interactive bash sessions in the
manylinux_x86_64
container:This does not seem to be a problem with Docker, since interactive sessions and shell scripts work without any problems in other containers.
The text was updated successfully, but these errors were encountered: