This repository was archived by the owner on Sep 29, 2025. It is now read-only.
Commit a1982b2
authored
fix: added ca cert env var (#46)
### **PR Type**
bug_fix, enhancement
___
### **Description**
- Add `SSL_CERT_FILE` environment variable to Go container images.
- Ensure Go images use correct CA certificate path.
- Remove redundant inclusion of `pkgs.cacert` in root filesystem.
- Improve container image configuration for SSL/TLS support.
___
### **Changes walkthrough** 📝
<table><thead><tr><th></th><th align="left">Relevant
files</th></tr></thead><tbody><tr><td><strong>Enhancement</strong></td><td><table>
<tr>
<td>
<details>
<summary><strong>go.nix</strong><dd><code>Improve CA certificate
handling in Go container images</code>
</dd></summary>
<hr>
lib/go/go.nix
<li>Add <code>SSL_CERT_FILE</code> env var pointing to CA bundle.<br>
<li> Remove <code>pkgs.cacert</code> from root filesystem paths.<br>
<li> Update container image configuration for better SSL support.
</details>
</td>
<td><a
href="https://github.com/nhost/nixops/pull/46/files#diff-1377128cceefd42b43cd5e407ec11a809c7aaec2d071a1ed0e3232f6dce63fad">+1/-1</a>
</td>
</tr>
</table></td></tr></tr></tbody></table>
___
> <details> <summary> Need help?</summary><li>Type <code>/help how to
...</code> in the comments thread for any questions about PR-Agent
usage.</li><li>Check out the <a
href="https://qodo-merge-docs.qodo.ai/usage-guide/">documentation</a>
for more information.</li></details>1 parent 1ed1112 commit a1982b2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments