Skip to content

Update postgres#20879

Merged
yosifkit merged 1 commit intodocker-library:masterfrom
docker-library-bot:postgres
Feb 18, 2026
Merged

Update postgres#20879
yosifkit merged 1 commit intodocker-library:masterfrom
docker-library-bot:postgres

Conversation

@tianon
Copy link
Member

@tianon tianon commented Feb 18, 2026

Changes:

Changes:

- docker-library/postgres@2c9ee26: Build `libpq` with `libcurl` to include `libpq-oauth` (docker-library/postgres#1402)
@github-actions
Copy link

Diff for 91278b0:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 0107647..e9f852b 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -88,12 +88,12 @@ Directory: 18/trixie
 
 Tags: 18.2-alpine3.22, 18-alpine3.22, alpine3.22
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 12eb5762e3cf3c44440ed078b59843b5dfbde570
+GitCommit: 2c9ee2611e4988031a207ec97b69ab213b20b95c
 Directory: 18/alpine3.22
 
 Tags: 18.2-alpine3.23, 18-alpine3.23, alpine3.23, 18.2-alpine, 18-alpine, alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 12eb5762e3cf3c44440ed078b59843b5dfbde570
+GitCommit: 2c9ee2611e4988031a207ec97b69ab213b20b95c
 Directory: 18/alpine3.23
 
 Tags: 18.2-bookworm, 18-bookworm, bookworm
diff --git a/postgres_alpine/Dockerfile b/postgres_alpine/Dockerfile
index faff97e..bac0162 100644
--- a/postgres_alpine/Dockerfile
+++ b/postgres_alpine/Dockerfile
@@ -102,6 +102,9 @@ RUN set -eux; \
 		lz4-dev \
 # https://www.postgresql.org/docs/15/release-15.html "--with-zstd to enable Zstandard builds"
 		zstd-dev \
+# https://salsa.debian.org/postgresql/postgresql-common/-/commit/a31ce5b893c11e0f17a016e38c1882fbe1820081
+# https://www.postgresql.org/docs/18/install-make.html#CONFIGURE-OPTION-WITH-LIBCURL
+		curl-dev \
 # https://salsa.debian.org/postgresql/postgresql-common/-/commit/89c384273f4c4092483598c292b1b1b188816cce
 # https://www.postgresql.org/docs/18/install-make.html#CONFIGURE-OPTION-WITH-LIBURING
 		liburing-dev \
@@ -141,6 +144,7 @@ RUN set -eux; \
 		--with-gssapi \
 		--with-icu \
 		--with-ldap \
+		--with-libcurl \
 		--with-liburing \
 		--with-libxml \
 		--with-libxslt \
diff --git a/postgres_alpine3.22/Dockerfile b/postgres_alpine3.22/Dockerfile
index b39345c..c118598 100644
--- a/postgres_alpine3.22/Dockerfile
+++ b/postgres_alpine3.22/Dockerfile
@@ -102,6 +102,9 @@ RUN set -eux; \
 		lz4-dev \
 # https://www.postgresql.org/docs/15/release-15.html "--with-zstd to enable Zstandard builds"
 		zstd-dev \
+# https://salsa.debian.org/postgresql/postgresql-common/-/commit/a31ce5b893c11e0f17a016e38c1882fbe1820081
+# https://www.postgresql.org/docs/18/install-make.html#CONFIGURE-OPTION-WITH-LIBCURL
+		curl-dev \
 # https://salsa.debian.org/postgresql/postgresql-common/-/commit/89c384273f4c4092483598c292b1b1b188816cce
 # https://www.postgresql.org/docs/18/install-make.html#CONFIGURE-OPTION-WITH-LIBURING
 		liburing-dev \
@@ -141,6 +144,7 @@ RUN set -eux; \
 		--with-gssapi \
 		--with-icu \
 		--with-ldap \
+		--with-libcurl \
 		--with-liburing \
 		--with-libxml \
 		--with-libxslt \

Relevant Maintainers:

@yosifkit yosifkit merged commit 4898122 into docker-library:master Feb 18, 2026
25 checks passed
@yosifkit yosifkit deleted the postgres branch February 18, 2026 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants