You've already forked postgres
mirror of
https://github.com/docker-library/postgres.git
synced 2025-11-08 17:02:28 +03:00
debian: align postgres repo url with docs
The PostgreSQL documentation for packages (https://www.postgresql.org/download/linux/ubuntu/) does not have a trailing slash.
This commit is contained in:
2
13/bookworm/Dockerfile
generated
2
13/bookworm/Dockerfile
generated
@@ -97,7 +97,7 @@ RUN set -ex; \
|
||||
export PYTHONDONTWRITEBYTECODE=1; \
|
||||
\
|
||||
dpkgArch="$(dpkg --print-architecture)"; \
|
||||
aptRepo="[ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] http://apt.postgresql.org/pub/repos/apt/ bookworm-pgdg main $PG_MAJOR"; \
|
||||
aptRepo="[ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] http://apt.postgresql.org/pub/repos/apt bookworm-pgdg main $PG_MAJOR"; \
|
||||
case "$dpkgArch" in \
|
||||
amd64 | arm64 | ppc64el) \
|
||||
# arches officialy built by upstream
|
||||
|
||||
2
13/trixie/Dockerfile
generated
2
13/trixie/Dockerfile
generated
@@ -97,7 +97,7 @@ RUN set -ex; \
|
||||
export PYTHONDONTWRITEBYTECODE=1; \
|
||||
\
|
||||
dpkgArch="$(dpkg --print-architecture)"; \
|
||||
aptRepo="[ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] http://apt.postgresql.org/pub/repos/apt/ trixie-pgdg main $PG_MAJOR"; \
|
||||
aptRepo="[ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] http://apt.postgresql.org/pub/repos/apt trixie-pgdg main $PG_MAJOR"; \
|
||||
case "$dpkgArch" in \
|
||||
amd64 | arm64 | ppc64el) \
|
||||
# arches officialy built by upstream
|
||||
|
||||
2
14/bookworm/Dockerfile
generated
2
14/bookworm/Dockerfile
generated
@@ -97,7 +97,7 @@ RUN set -ex; \
|
||||
export PYTHONDONTWRITEBYTECODE=1; \
|
||||
\
|
||||
dpkgArch="$(dpkg --print-architecture)"; \
|
||||
aptRepo="[ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] http://apt.postgresql.org/pub/repos/apt/ bookworm-pgdg main $PG_MAJOR"; \
|
||||
aptRepo="[ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] http://apt.postgresql.org/pub/repos/apt bookworm-pgdg main $PG_MAJOR"; \
|
||||
case "$dpkgArch" in \
|
||||
amd64 | arm64 | ppc64el) \
|
||||
# arches officialy built by upstream
|
||||
|
||||
2
14/trixie/Dockerfile
generated
2
14/trixie/Dockerfile
generated
@@ -97,7 +97,7 @@ RUN set -ex; \
|
||||
export PYTHONDONTWRITEBYTECODE=1; \
|
||||
\
|
||||
dpkgArch="$(dpkg --print-architecture)"; \
|
||||
aptRepo="[ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] http://apt.postgresql.org/pub/repos/apt/ trixie-pgdg main $PG_MAJOR"; \
|
||||
aptRepo="[ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] http://apt.postgresql.org/pub/repos/apt trixie-pgdg main $PG_MAJOR"; \
|
||||
case "$dpkgArch" in \
|
||||
amd64 | arm64 | ppc64el) \
|
||||
# arches officialy built by upstream
|
||||
|
||||
2
15/bookworm/Dockerfile
generated
2
15/bookworm/Dockerfile
generated
@@ -97,7 +97,7 @@ RUN set -ex; \
|
||||
export PYTHONDONTWRITEBYTECODE=1; \
|
||||
\
|
||||
dpkgArch="$(dpkg --print-architecture)"; \
|
||||
aptRepo="[ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] http://apt.postgresql.org/pub/repos/apt/ bookworm-pgdg main $PG_MAJOR"; \
|
||||
aptRepo="[ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] http://apt.postgresql.org/pub/repos/apt bookworm-pgdg main $PG_MAJOR"; \
|
||||
case "$dpkgArch" in \
|
||||
amd64 | arm64 | ppc64el) \
|
||||
# arches officialy built by upstream
|
||||
|
||||
2
15/trixie/Dockerfile
generated
2
15/trixie/Dockerfile
generated
@@ -97,7 +97,7 @@ RUN set -ex; \
|
||||
export PYTHONDONTWRITEBYTECODE=1; \
|
||||
\
|
||||
dpkgArch="$(dpkg --print-architecture)"; \
|
||||
aptRepo="[ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] http://apt.postgresql.org/pub/repos/apt/ trixie-pgdg main $PG_MAJOR"; \
|
||||
aptRepo="[ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] http://apt.postgresql.org/pub/repos/apt trixie-pgdg main $PG_MAJOR"; \
|
||||
case "$dpkgArch" in \
|
||||
amd64 | arm64 | ppc64el) \
|
||||
# arches officialy built by upstream
|
||||
|
||||
2
16/bookworm/Dockerfile
generated
2
16/bookworm/Dockerfile
generated
@@ -97,7 +97,7 @@ RUN set -ex; \
|
||||
export PYTHONDONTWRITEBYTECODE=1; \
|
||||
\
|
||||
dpkgArch="$(dpkg --print-architecture)"; \
|
||||
aptRepo="[ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] http://apt.postgresql.org/pub/repos/apt/ bookworm-pgdg main $PG_MAJOR"; \
|
||||
aptRepo="[ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] http://apt.postgresql.org/pub/repos/apt bookworm-pgdg main $PG_MAJOR"; \
|
||||
case "$dpkgArch" in \
|
||||
amd64 | arm64 | ppc64el) \
|
||||
# arches officialy built by upstream
|
||||
|
||||
2
16/trixie/Dockerfile
generated
2
16/trixie/Dockerfile
generated
@@ -97,7 +97,7 @@ RUN set -ex; \
|
||||
export PYTHONDONTWRITEBYTECODE=1; \
|
||||
\
|
||||
dpkgArch="$(dpkg --print-architecture)"; \
|
||||
aptRepo="[ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] http://apt.postgresql.org/pub/repos/apt/ trixie-pgdg main $PG_MAJOR"; \
|
||||
aptRepo="[ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] http://apt.postgresql.org/pub/repos/apt trixie-pgdg main $PG_MAJOR"; \
|
||||
case "$dpkgArch" in \
|
||||
amd64 | arm64 | ppc64el) \
|
||||
# arches officialy built by upstream
|
||||
|
||||
2
17/bookworm/Dockerfile
generated
2
17/bookworm/Dockerfile
generated
@@ -97,7 +97,7 @@ RUN set -ex; \
|
||||
export PYTHONDONTWRITEBYTECODE=1; \
|
||||
\
|
||||
dpkgArch="$(dpkg --print-architecture)"; \
|
||||
aptRepo="[ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] http://apt.postgresql.org/pub/repos/apt/ bookworm-pgdg main $PG_MAJOR"; \
|
||||
aptRepo="[ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] http://apt.postgresql.org/pub/repos/apt bookworm-pgdg main $PG_MAJOR"; \
|
||||
case "$dpkgArch" in \
|
||||
amd64 | arm64 | ppc64el) \
|
||||
# arches officialy built by upstream
|
||||
|
||||
2
17/trixie/Dockerfile
generated
2
17/trixie/Dockerfile
generated
@@ -97,7 +97,7 @@ RUN set -ex; \
|
||||
export PYTHONDONTWRITEBYTECODE=1; \
|
||||
\
|
||||
dpkgArch="$(dpkg --print-architecture)"; \
|
||||
aptRepo="[ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] http://apt.postgresql.org/pub/repos/apt/ trixie-pgdg main $PG_MAJOR"; \
|
||||
aptRepo="[ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] http://apt.postgresql.org/pub/repos/apt trixie-pgdg main $PG_MAJOR"; \
|
||||
case "$dpkgArch" in \
|
||||
amd64 | arm64 | ppc64el) \
|
||||
# arches officialy built by upstream
|
||||
|
||||
2
18/bookworm/Dockerfile
generated
2
18/bookworm/Dockerfile
generated
@@ -97,7 +97,7 @@ RUN set -ex; \
|
||||
export PYTHONDONTWRITEBYTECODE=1; \
|
||||
\
|
||||
dpkgArch="$(dpkg --print-architecture)"; \
|
||||
aptRepo="[ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] http://apt.postgresql.org/pub/repos/apt/ bookworm-pgdg main $PG_MAJOR"; \
|
||||
aptRepo="[ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] http://apt.postgresql.org/pub/repos/apt bookworm-pgdg main $PG_MAJOR"; \
|
||||
case "$dpkgArch" in \
|
||||
amd64 | arm64 | ppc64el) \
|
||||
# arches officialy built by upstream
|
||||
|
||||
2
18/trixie/Dockerfile
generated
2
18/trixie/Dockerfile
generated
@@ -97,7 +97,7 @@ RUN set -ex; \
|
||||
export PYTHONDONTWRITEBYTECODE=1; \
|
||||
\
|
||||
dpkgArch="$(dpkg --print-architecture)"; \
|
||||
aptRepo="[ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] http://apt.postgresql.org/pub/repos/apt/ trixie-pgdg main $PG_MAJOR"; \
|
||||
aptRepo="[ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] http://apt.postgresql.org/pub/repos/apt trixie-pgdg main $PG_MAJOR"; \
|
||||
case "$dpkgArch" in \
|
||||
amd64 | arm64 | ppc64el) \
|
||||
# arches officialy built by upstream
|
||||
|
||||
@@ -91,7 +91,7 @@ RUN set -ex; \
|
||||
export PYTHONDONTWRITEBYTECODE=1; \
|
||||
\
|
||||
dpkgArch="$(dpkg --print-architecture)"; \
|
||||
aptRepo="[ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] http://apt.postgresql.org/pub/repos/apt/ {{ env.variant }}-pgdg main $PG_MAJOR"; \
|
||||
aptRepo="[ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] http://apt.postgresql.org/pub/repos/apt {{ env.variant }}-pgdg main $PG_MAJOR"; \
|
||||
case "$dpkgArch" in \
|
||||
{{ .[env.variant].arches | join(" | ") }}) \
|
||||
# arches officialy built by upstream
|
||||
|
||||
Reference in New Issue
Block a user