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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,11 @@ of the packages in `gcr.io/distroless/static`, and
21
21
22
22
* glibc
23
23
* libssl
24
+
* for Debian 13 or later, libssl dependencies (zlib, libzstd) are also included.
25
+
26
+
Note: Debian 13 base image does not include [OpenSSL legacy algorithms](https://docs.openssl.org/3.5/man7/OSSL_PROVIDER-legacy/#operations-and-algorithms).
27
+
28
+
If you want to use them, you will need to add `openssl-legacy-provider` yourself.
0 commit comments