os icon indicating copy to clipboard operation
os copied to clipboard

nss_wrapper: new package

Open f-bn opened this issue 6 months ago • 0 comments

This PR adds the nss_wrapper library for supporting execution of the container with arbitrary user ID for some applications that my not supporting it correctly.

It is used in the entrypoint script of some official OCI images such as the postgres image (and also used as part of the packaged postgresql-*-oci-entrypoint Wolfi packages):

https://github.com/docker-library/postgres/blob/master/16/bookworm/docker-entrypoint.sh#L72

Can be useful in some OpenShift environments too.

Pre-review Checklist

For new package PRs only

  • [ ] This PR is marked as fixing a pre-existing package request bug
    • [ ] Alternatively, the PR is marked as related to a pre-existing package request bug, such as a dependency
  • [x] REQUIRED - The package is available under an OSI-approved or FSF-approved license
  • [x] REQUIRED - The version of the package is still receiving security updates
  • [ ] This PR links to the upstream project's support policy (e.g. endoflife.date)

f-bn avatar Aug 18 '24 09:08 f-bn