Add nss_wrapper to alpine images to run container with different user#999
Closed
wolfgangwalther wants to merge 1 commit intodocker-library:masterfrom
wolfgangwalther:nss_wrapper-alpine
Closed
Add nss_wrapper to alpine images to run container with different user#999wolfgangwalther wants to merge 1 commit intodocker-library:masterfrom wolfgangwalther:nss_wrapper-alpine
wolfgangwalther wants to merge 1 commit intodocker-library:masterfrom
wolfgangwalther:nss_wrapper-alpine
Conversation
Signed-off-by: Wolfgang Walther <[email protected]>
Member
|
Mixing Alpine's "edge" with a released version does not go well in our experience 🙈. It is not a supported configuration from Alpine's perspective: https://gitlab.alpinelinux.org/alpine/apk-tools/-/issues/10699. The next release of Alpine should be in November/December, so we can revisit this then if it moves to the stable release. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
nss_wrapperis now available in alpine'sedge/testingrepo: https://pkgs.alpinelinux.org/packages?name=nss_wrapper&branch=edge&repo=&arch=Adding this to the alpine variants will allow to run those with different user ids, too - similar to the debian images.
Ref #253 and #359.
The docs will need adjustment, too.