You've already forked postgres
mirror of
https://github.com/docker-library/postgres.git
synced 2025-07-26 23:21:10 +03:00
Update 15 to 15.3, bullseye 15.3-1.pgdg110+1
This commit is contained in:
4
15/alpine/Dockerfile
generated
4
15/alpine/Dockerfile
generated
@ -23,8 +23,8 @@ ENV LANG en_US.utf8
|
|||||||
RUN mkdir /docker-entrypoint-initdb.d
|
RUN mkdir /docker-entrypoint-initdb.d
|
||||||
|
|
||||||
ENV PG_MAJOR 15
|
ENV PG_MAJOR 15
|
||||||
ENV PG_VERSION 15.2
|
ENV PG_VERSION 15.3
|
||||||
ENV PG_SHA256 99a2171fc3d6b5b5f56b757a7a3cb85d509a38e4273805def23941ed2b8468c7
|
ENV PG_SHA256 ffc7d4891f00ffbf5c3f4eab7fbbced8460b8c0ee63c5a5167133b9e6599d932
|
||||||
|
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
\
|
\
|
||||||
|
4
15/bullseye/Dockerfile
generated
4
15/bullseye/Dockerfile
generated
@ -84,7 +84,7 @@ RUN set -ex; \
|
|||||||
ENV PG_MAJOR 15
|
ENV PG_MAJOR 15
|
||||||
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
|
ENV PATH $PATH:/usr/lib/postgresql/$PG_MAJOR/bin
|
||||||
|
|
||||||
ENV PG_VERSION 15.2-1.pgdg110+1
|
ENV PG_VERSION 15.3-1.pgdg110+1
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
@ -94,7 +94,7 @@ RUN set -ex; \
|
|||||||
dpkgArch="$(dpkg --print-architecture)"; \
|
dpkgArch="$(dpkg --print-architecture)"; \
|
||||||
aptRepo="[ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] http://apt.postgresql.org/pub/repos/apt/ bullseye-pgdg main $PG_MAJOR"; \
|
aptRepo="[ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] http://apt.postgresql.org/pub/repos/apt/ bullseye-pgdg main $PG_MAJOR"; \
|
||||||
case "$dpkgArch" in \
|
case "$dpkgArch" in \
|
||||||
amd64 | arm64 | ppc64el) \
|
amd64 | arm64 | ppc64el | s390x) \
|
||||||
# arches officialy built by upstream
|
# arches officialy built by upstream
|
||||||
echo "deb $aptRepo" > /etc/apt/sources.list.d/pgdg.list; \
|
echo "deb $aptRepo" > /etc/apt/sources.list.d/pgdg.list; \
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
|
@ -81,16 +81,17 @@
|
|||||||
"arches": [
|
"arches": [
|
||||||
"amd64",
|
"amd64",
|
||||||
"arm64",
|
"arm64",
|
||||||
"ppc64el"
|
"ppc64el",
|
||||||
|
"s390x"
|
||||||
],
|
],
|
||||||
"version": "15.2-1.pgdg110+1"
|
"version": "15.3-1.pgdg110+1"
|
||||||
},
|
},
|
||||||
"debian": "bullseye",
|
"debian": "bullseye",
|
||||||
"debianSuites": [
|
"debianSuites": [
|
||||||
"bullseye"
|
"bullseye"
|
||||||
],
|
],
|
||||||
"major": 15,
|
"major": 15,
|
||||||
"sha256": "99a2171fc3d6b5b5f56b757a7a3cb85d509a38e4273805def23941ed2b8468c7",
|
"sha256": "ffc7d4891f00ffbf5c3f4eab7fbbced8460b8c0ee63c5a5167133b9e6599d932",
|
||||||
"version": "15.2"
|
"version": "15.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user