Skip to content

Commit 9c55eac

Browse files
committed
Fully qualify docker.io in the FROM directive
1 parent 749cbc1 commit 9c55eac

File tree

11 files changed

+14
-14
lines changed

11 files changed

+14
-14
lines changed

13-3.5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# NOTE: THIS DOCKERFILE IS GENERATED VIA "make update"! PLEASE DO NOT EDIT IT DIRECTLY.
33
#
44

5-
FROM postgres:13-bullseye
5+
FROM docker.io/postgres:13-bullseye
66

77
LABEL maintainer="PostGIS Project - https://postgis.net" \
88
org.opencontainers.image.description="PostGIS 3.5.2+dfsg-1.pgdg110+1 spatial database extension with PostgreSQL 13 bullseye" \

14-3.5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# NOTE: THIS DOCKERFILE IS GENERATED VIA "make update"! PLEASE DO NOT EDIT IT DIRECTLY.
33
#
44

5-
FROM postgres:14-bullseye
5+
FROM docker.io/postgres:14-bullseye
66

77
LABEL maintainer="PostGIS Project - https://postgis.net" \
88
org.opencontainers.image.description="PostGIS 3.5.2+dfsg-1.pgdg110+1 spatial database extension with PostgreSQL 14 bullseye" \

15-3.5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# NOTE: THIS DOCKERFILE IS GENERATED VIA "make update"! PLEASE DO NOT EDIT IT DIRECTLY.
33
#
44

5-
FROM postgres:15-bullseye
5+
FROM docker.io/postgres:15-bullseye
66

77
LABEL maintainer="PostGIS Project - https://postgis.net" \
88
org.opencontainers.image.description="PostGIS 3.5.2+dfsg-1.pgdg110+1 spatial database extension with PostgreSQL 15 bullseye" \

16-3.5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# NOTE: THIS DOCKERFILE IS GENERATED VIA "make update"! PLEASE DO NOT EDIT IT DIRECTLY.
33
#
44

5-
FROM postgres:16-bullseye
5+
FROM docker.io/postgres:16-bullseye
66

77
LABEL maintainer="PostGIS Project - https://postgis.net" \
88
org.opencontainers.image.description="PostGIS 3.5.2+dfsg-1.pgdg110+1 spatial database extension with PostgreSQL 16 bullseye" \

16-master/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
ARG DOCKER_CMAKE_BUILD_TYPE=Release
99
ARG CGAL_GIT_BRANCH=main
10-
FROM postgres:16-bullseye as builder
10+
FROM docker.io/postgres:16-bullseye as builder
1111

1212
LABEL maintainer="PostGIS Project - https://postgis.net" \
1313
org.opencontainers.image.description="PostGIS - master spatial database extension with PostgreSQL 16 bullseye" \
@@ -269,7 +269,7 @@ RUN set -ex \
269269
# -------------------------------------------
270270
# STAGE final
271271
# -------------------------------------------
272-
FROM postgres:16-bullseye
272+
FROM docker.io/postgres:16-bullseye
273273

274274
ARG DOCKER_CMAKE_BUILD_TYPE
275275
ENV DOCKER_CMAKE_BUILD_TYPE=${DOCKER_CMAKE_BUILD_TYPE}

17-3.5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# NOTE: THIS DOCKERFILE IS GENERATED VIA "make update"! PLEASE DO NOT EDIT IT DIRECTLY.
33
#
44

5-
FROM postgres:17-bullseye
5+
FROM docker.io/postgres:17-bullseye
66

77
LABEL maintainer="PostGIS Project - https://postgis.net" \
88
org.opencontainers.image.description="PostGIS 3.5.2+dfsg-1.pgdg110+1 spatial database extension with PostgreSQL 17 bullseye" \

17-master/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
ARG DOCKER_CMAKE_BUILD_TYPE=Release
99
ARG CGAL_GIT_BRANCH=main
10-
FROM postgres:17-bullseye as builder
10+
FROM docker.io/postgres:17-bullseye as builder
1111

1212
LABEL maintainer="PostGIS Project - https://postgis.net" \
1313
org.opencontainers.image.description="PostGIS - master spatial database extension with PostgreSQL 17 bullseye" \
@@ -269,7 +269,7 @@ RUN set -ex \
269269
# -------------------------------------------
270270
# STAGE final
271271
# -------------------------------------------
272-
FROM postgres:17-bullseye
272+
FROM docker.io/postgres:17-bullseye
273273

274274
ARG DOCKER_CMAKE_BUILD_TYPE
275275
ENV DOCKER_CMAKE_BUILD_TYPE=${DOCKER_CMAKE_BUILD_TYPE}

18-3.6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# NOTE: THIS DOCKERFILE IS GENERATED VIA "make update"! PLEASE DO NOT EDIT IT DIRECTLY.
33
#
44

5-
FROM postgres:18-trixie
5+
FROM docker.io/postgres:18-trixie
66

77
LABEL maintainer="PostGIS Project - https://postgis.net" \
88
org.opencontainers.image.description="PostGIS 3.6.1+dfsg-1.pgdg13+1 spatial database extension with PostgreSQL 18 trixie" \

Dockerfile.master.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
ARG DOCKER_CMAKE_BUILD_TYPE=Release
99
ARG CGAL_GIT_BRANCH=main
10-
FROM postgres:%%PG_MAJOR%%-%%DEBIAN_VERSION%% as builder
10+
FROM docker.io/postgres:%%PG_MAJOR%%-%%DEBIAN_VERSION%% as builder
1111

1212
LABEL maintainer="PostGIS Project - https://postgis.net" \
1313
org.opencontainers.image.description="PostGIS - master spatial database extension with PostgreSQL %%PG_MAJOR%% %%DEBIAN_VERSION%%" \
@@ -269,7 +269,7 @@ RUN set -ex \
269269
# -------------------------------------------
270270
# STAGE final
271271
# -------------------------------------------
272-
FROM postgres:%%PG_MAJOR%%-%%DEBIAN_VERSION%%
272+
FROM docker.io/postgres:%%PG_MAJOR%%-%%DEBIAN_VERSION%%
273273

274274
ARG DOCKER_CMAKE_BUILD_TYPE
275275
ENV DOCKER_CMAKE_BUILD_TYPE=${DOCKER_CMAKE_BUILD_TYPE}

Dockerfile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# %%TXT_AUTOGENERATED%%
33
#
44

5-
FROM postgres:%%PG_MAJOR%%-%%DEBIAN_VERSION%%
5+
FROM docker.io/postgres:%%PG_MAJOR%%-%%DEBIAN_VERSION%%
66

77
LABEL maintainer="PostGIS Project - https://postgis.net" \
88
org.opencontainers.image.description="PostGIS %%POSTGIS_VERSION%% spatial database extension with PostgreSQL %%PG_MAJOR%% %%DEBIAN_VERSION%%" \

0 commit comments

Comments
 (0)