From 068ec09f58bf5b9b8f112d567ddffebbadd82fa5 Mon Sep 17 00:00:00 2001 From: James Fuller Date: Wed, 24 Jul 2024 09:44:35 +0200 Subject: [PATCH 1/3] prep v8.9.0 --- CHANGELOG.md | 5 +++++ Makefile | 6 +++--- VERSION | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ec09ad..fefae49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [8.8.0] - 2024-07-24 +### Changed +- bump to curl 8.9.0 +- bump to alpine 3.20.2 + ## [8.8.0] - 2024-05-22 ### Changed - bump to curl 8.8.0 diff --git a/Makefile b/Makefile index 756fe28..0c86440 100644 --- a/Makefile +++ b/Makefile @@ -5,12 +5,12 @@ container_ids=`buildah ls --format "{{.ContainerID}}"` # default setttings for official curl images debian_base=docker.io/debian fedora_base=docker.io/fedora -base=docker.io/alpine:3.19.1 +base=docker.io/alpine:3.20.2 arch="" compiler="gcc" build_opts=" --enable-static --disable-ldap --enable-ipv6 --enable-unix-sockets -with-ssl --with-libssh2 --with-nghttp2=/usr --with-gssapi" -dev_deps="git zsh libssh2 libssh2-dev libssh2-static autoconf automake build-base groff openssl curl-dev python3 python3-dev libtool curl stunnel perl nghttp2 brotli brotli-dev krb5-dev libpsl-dev" -base_deps="brotli brotli-dev libssh2 nghttp2-dev libidn2 krb5 libpsl" +dev_deps="git zsh libssh2 libssh2-dev libssh2-static autoconf automake build-base groff openssl curl-dev python3 python3-dev libtool curl stunnel perl nghttp2 brotli brotli-dev krb5-dev libpsl-dev zstd" +base_deps="brotli brotli-dev libssh2 nghttp2-dev libidn2 krb5 libpsl zstd" ############################################## # debian dev image diff --git a/VERSION b/VERSION index cfc27b4..3ecb398 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.8.0 \ No newline at end of file +8.9.0 \ No newline at end of file From 4d999084034ee6495a960b98e3c2f2b9e7036d0d Mon Sep 17 00:00:00 2001 From: James Fuller Date: Wed, 31 Jul 2024 10:23:28 +0200 Subject: [PATCH 2/3] prep v8.9.1 --- CHANGELOG.md | 6 +++++- VERSION | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fefae49..f3867e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -## [8.8.0] - 2024-07-24 +## [8.9.1] - 2024-07-30 +### Changed +- bump to curl 8.9.1 + +## [8.9.0] - 2024-07-24 ### Changed - bump to curl 8.9.0 - bump to alpine 3.20.2 diff --git a/VERSION b/VERSION index 3ecb398..910f631 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.9.0 \ No newline at end of file +8.9.1 \ No newline at end of file From 0394a5e3e469aa35e45fb3ea4c846a5fd22c38c2 Mon Sep 17 00:00:00 2001 From: "Tobias L. Maier" Date: Tue, 27 Aug 2024 09:26:14 +0200 Subject: [PATCH 3/3] 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).