1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-11-08 17:02:28 +03:00

Update 18 to 18rc1, trixie 18~rc1-1.pgdg13+1, bookworm 18~rc1-1.pgdg12+1

This commit is contained in:
Docker Library Bot
2025-09-04 17:02:55 -07:00
parent bbf07d500b
commit 5ab2c9dd1d
5 changed files with 10 additions and 10 deletions

View File

@@ -52,8 +52,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 18 ENV PG_MAJOR 18
ENV PG_VERSION 18beta3 ENV PG_VERSION 18rc1
ENV PG_SHA256 21d86e55eea11300c3a2212647dc3d48bd844b83017cf6ce5684639ad8f95278 ENV PG_SHA256 b1a4cdc0ed6e97d117f044da67815829d560002c821290a9dee86e5e499b2f4c
ENV DOCKER_PG_LLVM_DEPS \ ENV DOCKER_PG_LLVM_DEPS \
llvm19-dev \ llvm19-dev \

View File

@@ -52,8 +52,8 @@ ENV LANG en_US.utf8
RUN mkdir /docker-entrypoint-initdb.d RUN mkdir /docker-entrypoint-initdb.d
ENV PG_MAJOR 18 ENV PG_MAJOR 18
ENV PG_VERSION 18beta3 ENV PG_VERSION 18rc1
ENV PG_SHA256 21d86e55eea11300c3a2212647dc3d48bd844b83017cf6ce5684639ad8f95278 ENV PG_SHA256 b1a4cdc0ed6e97d117f044da67815829d560002c821290a9dee86e5e499b2f4c
ENV DOCKER_PG_LLVM_DEPS \ ENV DOCKER_PG_LLVM_DEPS \
llvm19-dev \ llvm19-dev \

View File

@@ -89,7 +89,7 @@ RUN set -ex; \
ENV PG_MAJOR 18 ENV PG_MAJOR 18
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
ENV PG_VERSION 18~beta3-1.pgdg120+1 ENV PG_VERSION 18~rc1-1.pgdg12+1
RUN set -ex; \ RUN set -ex; \
\ \

2
18/trixie/Dockerfile generated
View File

@@ -89,7 +89,7 @@ RUN set -ex; \
ENV PG_MAJOR 18 ENV PG_MAJOR 18
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
ENV PG_VERSION 18~beta3-1.pgdg130+1 ENV PG_VERSION 18~rc1-1.pgdg13+1
RUN set -ex; \ RUN set -ex; \
\ \

View File

@@ -3,7 +3,7 @@
"alpine": "3.22", "alpine": "3.22",
"debian": "trixie", "debian": "trixie",
"trixie": { "trixie": {
"version": "18~beta3-1.pgdg130+1", "version": "18~rc1-1.pgdg13+1",
"arches": [ "arches": [
"amd64", "amd64",
"arm64", "arm64",
@@ -17,15 +17,15 @@
"alpine3.21" "alpine3.21"
], ],
"bookworm": { "bookworm": {
"version": "18~beta3-1.pgdg120+1", "version": "18~rc1-1.pgdg12+1",
"arches": [ "arches": [
"amd64", "amd64",
"arm64", "arm64",
"ppc64el" "ppc64el"
] ]
}, },
"version": "18beta3", "version": "18rc1",
"sha256": "21d86e55eea11300c3a2212647dc3d48bd844b83017cf6ce5684639ad8f95278", "sha256": "b1a4cdc0ed6e97d117f044da67815829d560002c821290a9dee86e5e499b2f4c",
"major": 18 "major": 18
}, },
"17": { "17": {