Browse Source

Merge branch 'oci-image-ca-certs' into 'next'

add ca certificates to the OCI image

See merge request famedly/conduit!574
merge-requests/594/head
Charles Hall 2 years ago
parent
commit
3c2fc4a4c6
  1. 3
      flake.nix

3
flake.nix

@ -167,6 +167,9 @@
pkgs.dockerTools.buildImage {
name = package.pname;
tag = "next";
copyToRoot = [
pkgs.dockerTools.caCertificates
];
config = {
# Use the `tini` init system so that signals (e.g. ctrl+c/SIGINT)
# are handled as expected

Loading…
Cancel
Save