File tree Expand file tree Collapse file tree 11 files changed +14
-14
lines changed
examples/image-with-postgis-clis Expand file tree Collapse file tree 11 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 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
77LABEL 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" \
Original file line number Diff line number Diff line change 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
77LABEL 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" \
Original file line number Diff line number Diff line change 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
77LABEL 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" \
Original file line number Diff line number Diff line change 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
77LABEL 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" \
Original file line number Diff line number Diff line change 77
88ARG DOCKER_CMAKE_BUILD_TYPE=Release
99ARG CGAL_GIT_BRANCH=main
10- FROM postgres:16-bullseye as builder
10+ FROM docker.io/ postgres:16-bullseye as builder
1111
1212LABEL 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
274274ARG DOCKER_CMAKE_BUILD_TYPE
275275ENV DOCKER_CMAKE_BUILD_TYPE=${DOCKER_CMAKE_BUILD_TYPE}
Original file line number Diff line number Diff line change 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
77LABEL 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" \
Original file line number Diff line number Diff line change 77
88ARG DOCKER_CMAKE_BUILD_TYPE=Release
99ARG CGAL_GIT_BRANCH=main
10- FROM postgres:17-bullseye as builder
10+ FROM docker.io/ postgres:17-bullseye as builder
1111
1212LABEL 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
274274ARG DOCKER_CMAKE_BUILD_TYPE
275275ENV DOCKER_CMAKE_BUILD_TYPE=${DOCKER_CMAKE_BUILD_TYPE}
Original file line number Diff line number Diff line change 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
77LABEL 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" \
Original file line number Diff line number Diff line change 77
88ARG DOCKER_CMAKE_BUILD_TYPE=Release
99ARG 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
1212LABEL 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
274274ARG DOCKER_CMAKE_BUILD_TYPE
275275ENV DOCKER_CMAKE_BUILD_TYPE=${DOCKER_CMAKE_BUILD_TYPE}
Original file line number Diff line number Diff line change 22# %%TXT_AUTOGENERATED%%
33#
44
5- FROM postgres:%%PG_MAJOR%%-%%DEBIAN_VERSION%%
5+ FROM docker.io/ postgres:%%PG_MAJOR%%-%%DEBIAN_VERSION%%
66
77LABEL maintainer="PostGIS Project - https://postgis.net" \
88 org.opencontainers.image.description="PostGIS %%POSTGIS_VERSION%% spatial database extension with PostgreSQL %%PG_MAJOR%% %%DEBIAN_VERSION%%" \
You can’t perform that action at this time.
0 commit comments