File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ FROM postgres:12
33LABEL maintainer="PostGIS Project - https://postgis.net"
44
55ENV SFCGAL_VERSION master
6- ENV SFCGAL_GIT_HASH 4ab0dcf6f36c178caefd64b7d0c443342e76b6b9
6+ ENV SFCGAL_GIT_HASH 7e91a52fd90ef47e2f0b8925145e59ef1043fdd4
77ENV PROJ_VERSION master
8- ENV PROJ_GIT_HASH 0a995bb4219f5cf882503c1eb884474fdce53d12
8+ ENV PROJ_GIT_HASH b8fef0901bd92056b92b028476d160e0804de16b
99ENV GDAL_VERSION master
10- ENV GDAL_GIT_HASH 39111a0fe9b174302f67102bdd849e8290472d70
10+ ENV GDAL_GIT_HASH 1890a2eea4615d23093734c28164b076930d352a
1111ENV GEOS_VERSION master
12- ENV GEOS_GIT_HASH 19dc3b19338c2aded5197ca0e5a5456b028defbd
12+ ENV GEOS_GIT_HASH 0f938979b58f9a451670032a7199ece23d52c3c1
1313ENV POSTGIS_VERSION master
14- ENV POSTGIS_GIT_HASH 3334fd0675c98c79a6a8527a05fc0e8c4c371835
14+ ENV POSTGIS_GIT_HASH 6700df0e2db7965458b36f973d0216ce1cada762
1515
1616RUN set -ex \
1717 && apt-get update \
@@ -68,7 +68,7 @@ RUN set -ex \
6868 && mkdir -p /usr/src/sfcgal \
6969 && cd /usr/src/sfcgal \
7070 && git init \
71- && git remote add origin https://github .com/Oslandia/SFCGAL.git \
71+ && git remote add origin https://gitlab .com/Oslandia/SFCGAL.git \
7272 && git fetch --depth 1 origin :${SFCGAL_GIT_HASH} \
7373 && git reset --hard FETCH_HEAD \
7474 && mkdir cmake-build \
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ FROM postgres:13
33LABEL maintainer="PostGIS Project - https://postgis.net"
44
55ENV SFCGAL_VERSION master
6- ENV SFCGAL_GIT_HASH 4ab0dcf6f36c178caefd64b7d0c443342e76b6b9
6+ ENV SFCGAL_GIT_HASH 7e91a52fd90ef47e2f0b8925145e59ef1043fdd4
77ENV PROJ_VERSION master
8- ENV PROJ_GIT_HASH 0a995bb4219f5cf882503c1eb884474fdce53d12
8+ ENV PROJ_GIT_HASH b8fef0901bd92056b92b028476d160e0804de16b
99ENV GDAL_VERSION master
10- ENV GDAL_GIT_HASH 39111a0fe9b174302f67102bdd849e8290472d70
10+ ENV GDAL_GIT_HASH 1890a2eea4615d23093734c28164b076930d352a
1111ENV GEOS_VERSION master
12- ENV GEOS_GIT_HASH 19dc3b19338c2aded5197ca0e5a5456b028defbd
12+ ENV GEOS_GIT_HASH 0f938979b58f9a451670032a7199ece23d52c3c1
1313ENV POSTGIS_VERSION master
14- ENV POSTGIS_GIT_HASH 3334fd0675c98c79a6a8527a05fc0e8c4c371835
14+ ENV POSTGIS_GIT_HASH 6700df0e2db7965458b36f973d0216ce1cada762
1515
1616RUN set -ex \
1717 && apt-get update \
@@ -68,7 +68,7 @@ RUN set -ex \
6868 && mkdir -p /usr/src/sfcgal \
6969 && cd /usr/src/sfcgal \
7070 && git init \
71- && git remote add origin https://github .com/Oslandia/SFCGAL.git \
71+ && git remote add origin https://gitlab .com/Oslandia/SFCGAL.git \
7272 && git fetch --depth 1 origin :${SFCGAL_GIT_HASH} \
7373 && git reset --hard FETCH_HEAD \
7474 && mkdir cmake-build \
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ RUN set -ex \
6868 && mkdir -p /usr/src/sfcgal \
6969 && cd /usr/src/sfcgal \
7070 && git init \
71- && git remote add origin https://github .com/Oslandia/SFCGAL.git \
71+ && git remote add origin https://gitlab .com/Oslandia/SFCGAL.git \
7272 && git fetch --depth 1 origin :${SFCGAL_GIT_HASH} \
7373 && git reset --hard FETCH_HEAD \
7474 && mkdir cmake-build \
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ declare -A postgisDebPkgNameVersionSuffixes=(
3434
3535packagesBase=' http://apt.postgresql.org/pub/repos/apt/dists/'
3636
37- sfcgalGitHash=" $( git ls-remote https://github .com/Oslandia/SFCGAL.git heads/master | awk ' { print $1}' ) "
37+ sfcgalGitHash=" $( git ls-remote https://gitlab .com/Oslandia/SFCGAL.git heads/master | awk ' { print $1}' ) "
3838projGitHash=" $( git ls-remote https://github.com/OSGeo/PROJ.git heads/master | awk ' { print $1}' ) "
3939gdalGitHash=" $( git ls-remote https://github.com/OSGeo/gdal.git refs/heads/master | grep ' \srefs/heads/master' | awk ' { print $1}' ) "
4040geosGitHash=" $( git ls-remote https://github.com/libgeos/geos.git heads/master | awk ' { print $1}' ) "
You can’t perform that action at this time.
0 commit comments