Skip to content

Commit

Permalink
Merge pull request #64 from tmaier/patch-1
Browse files Browse the repository at this point in the history
Clarify IPv6
  • Loading branch information
xquery authored Aug 29, 2024
2 parents c70e5bc + 0394a5e commit 35028a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand All @@ -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).
Expand Down

0 comments on commit 35028a2

Please sign in to comment.