From 0394a5e3e469aa35e45fb3ea4c846a5fd22c38c2 Mon Sep 17 00:00:00 2001 From: "Tobias L. Maier" Date: Tue, 27 Aug 2024 09:26:14 +0200 Subject: [PATCH] Clarify IPv6 Closes #62 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6e5d9b..113f65d 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,11 @@ from quay.io/curl/curl-base:latest RUN apk add jq ``` +## Known limitations + +- **IPv6 is supported**, however Docker/Podman do not support out by default. + IPv6 must be enabled on network-level within Docker/Podman. + ## How to verify images To view curl image signature use [sigstore](https://sigstore.dev) `cosign tree`: @@ -47,7 +52,6 @@ Verify image using [cosign.pub](cosign.pub) public key using [sigstore](https:// If you have problems, questions, ideas or suggestions, please [raise an issue](https://github.com/curl/curl-container/issues) or contact [curl-container team](curl-container@curl.se) or [Jim Fuller](jim.fuller@webcomposite.com) directly. - ## Development curl images The following images are available via [github packages](https://github.com/orgs/curl/packages).