You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: base/README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,11 @@ Most other applications (and Go apps that require libc/cgo) should start with `g
20
20
of the packages in `gcr.io/distroless/static`, and
21
21
22
22
* glibc
23
-
* libssl
23
+
* libssl and dependencies (zlib, libzstd)
24
+
25
+
Note: Debian 13 base image does not include [OpenSSL legacy algorithms](https://docs.openssl.org/3.5/man7/OSSL_PROVIDER-legacy/#operations-and-algorithms).
26
+
27
+
If you want to use them, you will need to add `openssl-legacy-provider` yourself.
0 commit comments