Skip to content
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

Decide on and document some basic guarantees on Nixery containers #133

Open
flokli opened this issue Aug 25, 2021 · 0 comments
Open

Decide on and document some basic guarantees on Nixery containers #133

flokli opened this issue Aug 25, 2021 · 0 comments

Comments

@flokli
Copy link
Contributor

flokli commented Aug 25, 2021

Spun out of #132 (comment)

Right now we add cacert and iana-etc from nixpkgs into every image (see builder/builder.go).

We sometimes add a /usr/bin/env symlink (if coreutils is part of the container), should will become available in nixpkgs as dockerTools.usrBinEnv.

Maybe we also should add dockerTools.{binSh,fakeNss} too, to add /bin/sh, and workaround some annoying nss-related problems.

Related, we might want to set the SSL_CERT_FILE environment variable to pkgs.cacert.out}/etc/ssl/certs/ca-bundle.crt to fix #101.

Once we agree on this, we should document all this, so people know what they can expect from these containers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant