Merge branch 'oci-image-ca-certs' into 'next'
add ca certificates to the OCI image See merge request famedly/conduit!574
This commit is contained in:
commit
3c2fc4a4c6
1 changed files with 3 additions and 0 deletions
|
@ -167,6 +167,9 @@
|
||||||
pkgs.dockerTools.buildImage {
|
pkgs.dockerTools.buildImage {
|
||||||
name = package.pname;
|
name = package.pname;
|
||||||
tag = "next";
|
tag = "next";
|
||||||
|
copyToRoot = [
|
||||||
|
pkgs.dockerTools.caCertificates
|
||||||
|
];
|
||||||
config = {
|
config = {
|
||||||
# Use the `tini` init system so that signals (e.g. ctrl+c/SIGINT)
|
# Use the `tini` init system so that signals (e.g. ctrl+c/SIGINT)
|
||||||
# are handled as expected
|
# are handled as expected
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue