-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from tmaier/patch-1
Clarify IPv6
- Loading branch information
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]([email protected]) | ||
or [Jim Fuller]([email protected]) directly. | ||
|
||
|
||
## Development curl images | ||
|
||
The following images are available via [github packages](https://github.com/orgs/curl/packages). | ||
|