Skip to content

Commit e0faed8

Browse files
committed
chore: sync base/README.md to current image contents
1 parent b3bb521 commit e0faed8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

base/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ Most other applications (and Go apps that require libc/cgo) should start with `g
2020
of the packages in `gcr.io/distroless/static`, and
2121

2222
* 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.
2428

2529
## Usage
2630

0 commit comments

Comments
 (0)