-
Notifications
You must be signed in to change notification settings - Fork 212
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
1.17 version breaks centos based images #144
Comments
One workaround: you could split extracting the tarball into two commands:
This will keep tar from overwriting symlinks. I'll get the README updated with this workaround. |
jprjr
pushed a commit
to jprjr/s6-overlay
that referenced
this issue
Apr 15, 2016
jprjr
added a commit
to jprjr/s6-overlay
that referenced
this issue
Apr 15, 2016
closing due to inactivity, maybe it's related to #158. lets discuss there. |
HowardMei
added a commit
to HowardMei/s6overlayscripts
that referenced
this issue
Mar 3, 2017
…into upstream * 'master' of https://github.com/just-containers/s6-overlay: (111 commits) add s6-networking add aarch64 add x86 bump versions, pull in more s6 packages feat: wait for services to be up before CMDing refactor: S6_ATTRS_FIX_HIDDEN -> S6_FIX_ATTRS_HIDDEN fix: of fix of secfix, use new public key fingerprint fix: of secfix, almost nothing works the first time secfix: encryption keys (with iv) were leaked in travis logs Add S6_ATTRS_FIX_HIDDEN environment variable Fix attributes also for hidden items fix: revert back and don't use /bin in with-contenv license: use ISC as our license Fix for just-containers#150 Adding armhf builds Version bumps New S6_CMD_ARG0 variable to prepend CMD when passed to /init Preserve semantic of printcontenv when S6_KEEP_ENV is set Add new S6_KEEP_ENV mode Updating README for issue just-containers#144 ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1.17 moves all s6 binaries to /bin but in CentOS based images, the directory structure is
After
RUN tar xzf /tmp/s6-overlay-amd64.tar.gz -C /
bin folder will not be a symbolic anymore, and /bin/sh, /bin/bash are all disappeared.
The text was updated successfully, but these errors were encountered: