Skip to content

Commit 3ff74e9

Browse files
fix(docker): remove warning on ENV command (#429)
* fix(docker): remove warning on ENV command This PR will remove this warning: ```console 2 warnings found (use docker --debug to expand): - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 11) - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 12) ``` * update versions * Update timestamp in README
1 parent fc1a773 commit 3ff74e9

File tree

19 files changed

+64
-64
lines changed

19 files changed

+64
-64
lines changed

13-3.5/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ 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" \
99
org.opencontainers.image.source="https://github.com/postgis/docker-postgis"
1010

11-
ENV POSTGIS_MAJOR 3
12-
ENV POSTGIS_VERSION 3.5.2+dfsg-1.pgdg110+1
11+
ENV POSTGIS_MAJOR=3
12+
ENV POSTGIS_VERSION=3.5.2+dfsg-1.pgdg110+1
1313

1414
RUN apt-get update \
1515
&& apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \

13-3.5/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ LABEL maintainer="PostGIS Project - https://postgis.net" \
88
org.opencontainers.image.description="PostGIS 3.5.3 spatial database extension with PostgreSQL 13 Alpine" \
99
org.opencontainers.image.source="https://github.com/postgis/docker-postgis"
1010

11-
ENV POSTGIS_VERSION 3.5.3
12-
ENV POSTGIS_SHA256 44222ed2b8f742ffc1ceb429b09ebb484c7880f9ba27bf7b6b197346cdd25437
11+
ENV POSTGIS_VERSION=3.5.3
12+
ENV POSTGIS_SHA256=44222ed2b8f742ffc1ceb429b09ebb484c7880f9ba27bf7b6b197346cdd25437
1313

1414
RUN set -eux \
1515
&& apk add --no-cache --virtual .fetch-deps \

14-3.5/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ 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" \
99
org.opencontainers.image.source="https://github.com/postgis/docker-postgis"
1010

11-
ENV POSTGIS_MAJOR 3
12-
ENV POSTGIS_VERSION 3.5.2+dfsg-1.pgdg110+1
11+
ENV POSTGIS_MAJOR=3
12+
ENV POSTGIS_VERSION=3.5.2+dfsg-1.pgdg110+1
1313

1414
RUN apt-get update \
1515
&& apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \

14-3.5/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ LABEL maintainer="PostGIS Project - https://postgis.net" \
88
org.opencontainers.image.description="PostGIS 3.5.3 spatial database extension with PostgreSQL 14 Alpine" \
99
org.opencontainers.image.source="https://github.com/postgis/docker-postgis"
1010

11-
ENV POSTGIS_VERSION 3.5.3
12-
ENV POSTGIS_SHA256 44222ed2b8f742ffc1ceb429b09ebb484c7880f9ba27bf7b6b197346cdd25437
11+
ENV POSTGIS_VERSION=3.5.3
12+
ENV POSTGIS_SHA256=44222ed2b8f742ffc1ceb429b09ebb484c7880f9ba27bf7b6b197346cdd25437
1313

1414
RUN set -eux \
1515
&& apk add --no-cache --virtual .fetch-deps \

15-3.5/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ 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" \
99
org.opencontainers.image.source="https://github.com/postgis/docker-postgis"
1010

11-
ENV POSTGIS_MAJOR 3
12-
ENV POSTGIS_VERSION 3.5.2+dfsg-1.pgdg110+1
11+
ENV POSTGIS_MAJOR=3
12+
ENV POSTGIS_VERSION=3.5.2+dfsg-1.pgdg110+1
1313

1414
RUN apt-get update \
1515
&& apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \

15-3.5/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ LABEL maintainer="PostGIS Project - https://postgis.net" \
88
org.opencontainers.image.description="PostGIS 3.5.3 spatial database extension with PostgreSQL 15 Alpine" \
99
org.opencontainers.image.source="https://github.com/postgis/docker-postgis"
1010

11-
ENV POSTGIS_VERSION 3.5.3
12-
ENV POSTGIS_SHA256 44222ed2b8f742ffc1ceb429b09ebb484c7880f9ba27bf7b6b197346cdd25437
11+
ENV POSTGIS_VERSION=3.5.3
12+
ENV POSTGIS_SHA256=44222ed2b8f742ffc1ceb429b09ebb484c7880f9ba27bf7b6b197346cdd25437
1313

1414
RUN set -eux \
1515
&& apk add --no-cache --virtual .fetch-deps \

16-3.5/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ 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" \
99
org.opencontainers.image.source="https://github.com/postgis/docker-postgis"
1010

11-
ENV POSTGIS_MAJOR 3
12-
ENV POSTGIS_VERSION 3.5.2+dfsg-1.pgdg110+1
11+
ENV POSTGIS_MAJOR=3
12+
ENV POSTGIS_VERSION=3.5.2+dfsg-1.pgdg110+1
1313

1414
RUN apt-get update \
1515
&& apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \

16-3.5/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ LABEL maintainer="PostGIS Project - https://postgis.net" \
88
org.opencontainers.image.description="PostGIS 3.5.3 spatial database extension with PostgreSQL 16 Alpine" \
99
org.opencontainers.image.source="https://github.com/postgis/docker-postgis"
1010

11-
ENV POSTGIS_VERSION 3.5.3
12-
ENV POSTGIS_SHA256 44222ed2b8f742ffc1ceb429b09ebb484c7880f9ba27bf7b6b197346cdd25437
11+
ENV POSTGIS_VERSION=3.5.3
12+
ENV POSTGIS_SHA256=44222ed2b8f742ffc1ceb429b09ebb484c7880f9ba27bf7b6b197346cdd25437
1313

1414
RUN set -eux \
1515
&& apk add --no-cache --virtual .fetch-deps \

16-master/Dockerfile

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ ENV DOCKER_CMAKE_BUILD_TYPE=${DOCKER_CMAKE_BUILD_TYPE}
8686
# cgal & sfcgal
8787
ARG CGAL_GIT_BRANCH
8888
ENV CGAL_GIT_BRANCH=${CGAL_GIT_BRANCH}
89-
ENV CGAL_GIT_HASH 47938f6851b557e04e132a3358d7f6399b897749
90-
ENV SFCGAL_GIT_HASH 12316fe0992850d696bc24890ba0b4a71c3cf941
89+
ENV CGAL_GIT_HASH=c02da896fb65cfb07ded49337e315b84d68c469a
90+
ENV SFCGAL_GIT_HASH=74e826edb7d1df66eb8cc3f4a8da4db9efde33fc
9191
RUN set -ex \
9292
&& mkdir -p /usr/src \
9393
&& cd /usr/src \
@@ -120,7 +120,7 @@ RUN set -ex \
120120
&& rm -fr /usr/src/cgal
121121

122122
# proj
123-
ENV PROJ_GIT_HASH 2c57ef83573872e5121004daf96d1c0bbf635471
123+
ENV PROJ_GIT_HASH=b4c9ccbde81d8062114f174e1487b2afaa23b860
124124
RUN set -ex \
125125
&& cd /usr/src \
126126
&& git clone https://github.com/OSGeo/PROJ.git \
@@ -150,7 +150,7 @@ RUN set -ex \
150150
&& rm -fr /usr/src/PROJ
151151

152152
# geos
153-
ENV GEOS_GIT_HASH 79390691cfe0d428ab75bf10448b9cb82696e917
153+
ENV GEOS_GIT_HASH=bccdbfa6a7bf77c0283eac6f47e2252b01a4a4ae
154154
RUN set -ex \
155155
&& cd /usr/src \
156156
&& git clone https://github.com/libgeos/geos.git \
@@ -166,7 +166,7 @@ RUN set -ex \
166166
&& rm -fr /usr/src/geos
167167

168168
# gdal
169-
ENV GDAL_GIT_HASH 1e14117dfdbb599d7b237504599d1937eb6a7d03
169+
ENV GDAL_GIT_HASH=b1958fa2e081739c187d6ed42d56884d9fb8b92d
170170
RUN set -ex \
171171
&& cd /usr/src \
172172
&& git clone https://github.com/OSGeo/gdal.git \
@@ -299,11 +299,11 @@ COPY --from=builder /usr/local /usr/local
299299

300300
ARG CGAL_GIT_BRANCH
301301
ENV CGAL_GIT_BRANCH=${CGAL_GIT_BRANCH}
302-
ENV CGAL_GIT_HASH 47938f6851b557e04e132a3358d7f6399b897749
303-
ENV SFCGAL_GIT_HASH 12316fe0992850d696bc24890ba0b4a71c3cf941
304-
ENV PROJ_GIT_HASH 2c57ef83573872e5121004daf96d1c0bbf635471
305-
ENV GEOS_GIT_HASH 79390691cfe0d428ab75bf10448b9cb82696e917
306-
ENV GDAL_GIT_HASH 1e14117dfdbb599d7b237504599d1937eb6a7d03
302+
ENV CGAL_GIT_HASH=c02da896fb65cfb07ded49337e315b84d68c469a
303+
ENV SFCGAL_GIT_HASH=74e826edb7d1df66eb8cc3f4a8da4db9efde33fc
304+
ENV PROJ_GIT_HASH=b4c9ccbde81d8062114f174e1487b2afaa23b860
305+
ENV GEOS_GIT_HASH=bccdbfa6a7bf77c0283eac6f47e2252b01a4a4ae
306+
ENV GDAL_GIT_HASH=b1958fa2e081739c187d6ed42d56884d9fb8b92d
307307

308308
# Minimal command line test ( fail fast )
309309
RUN set -ex \
@@ -322,7 +322,7 @@ RUN set -ex \
322322
|| echo "ogr2ogr missing PostgreSQL driver" && exit 1
323323

324324
# install postgis
325-
ENV POSTGIS_GIT_HASH ff7d11679c1851caa081a730a70fd29d7e8f84e7
325+
ENV POSTGIS_GIT_HASH=a59d494dc8a08c42be167edaa0c9830e045e5412
326326

327327
RUN set -ex \
328328
&& apt-get update \

17-3.5/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ 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" \
99
org.opencontainers.image.source="https://github.com/postgis/docker-postgis"
1010

11-
ENV POSTGIS_MAJOR 3
12-
ENV POSTGIS_VERSION 3.5.2+dfsg-1.pgdg110+1
11+
ENV POSTGIS_MAJOR=3
12+
ENV POSTGIS_VERSION=3.5.2+dfsg-1.pgdg110+1
1313

1414
RUN apt-get update \
1515
&& apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \

0 commit comments

Comments
 (0)