Merged
Conversation
Changes: - docker-library/postgres@2c9ee26: Build `libpq` with `libcurl` to include `libpq-oauth` (docker-library/postgres#1402)
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
approved these changes
Feb 18, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes:
libpqwithlibcurlto includelibpq-oauth(Buildlibpqwithlibcurlto includelibpq-oauthpostgres#1402)