Skip to content

Commit c47b7c3

Browse files
committed
catch up to released versions of GDAL, GEOS, and PROJ
1 parent efb9976 commit c47b7c3

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Dockerfile

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ FROM lambci/lambda:build-python3.7 as builder
22

33
ARG http_proxy
44
ARG CURL_VERSION=7.68.0
5-
ARG GDAL_VERSION=3.0.3
6-
ARG GEOS_VERSION=master
7-
ARG PROJ_VERSION=master
5+
ARG GDAL_VERSION=3.0.4
6+
ARG GEOS_VERSION=3.8.1
7+
ARG PROJ_VERSION=7.0.0
88
ARG LASZIP_VERSION=3.4.3
99
ARG GEOTIFF_VERSION=1.5.1
10-
ARG PDAL_VERSION=master
11-
ARG ENTWINE_VERSION=master
10+
ARG PDAL_VERSION=2.1.0
11+
ARG ENTWINE_VERSION=2.1.0
1212
ARG DESTDIR="/build"
1313
ARG PREFIX="/usr"
1414
ARG PARALLEL=4
15-
ARG CMAKE_VERSION=3.16.2
15+
ARG CMAKE_VERSION=3.17.1
1616

1717

1818
RUN \
@@ -94,7 +94,7 @@ RUN wget https://www.sqlite.org/2019/${SQLITE_VERSION}.tar.gz \
9494
&& cd /var/task \
9595
&& rm -rf sqlite*
9696

97-
RUN git clone https://github.com/OSGeo/PROJ.git --branch ${PROJ_VERSION} proj \
97+
RUN git clone https://github.com/OSGeo/PROJ.git --branch ${PROJ_VERSION} proj \
9898
#RUN git clone https://github.com/rouault/PROJ.git --branch rfc4_code_review proj\
9999
&& cd proj \
100100
&& ./autogen.sh \
@@ -142,9 +142,9 @@ RUN git clone --branch release/ https://github.com/OSGeo/gdal.git --branch v${GD
142142

143143

144144
RUN \
145-
wget https://github.com/facebook/zstd/releases/download/v1.4.2/zstd-1.4.2.tar.gz \
146-
&& tar zxvf zstd-1.4.2.tar.gz \
147-
&& cd zstd-1.4.2/build/cmake \
145+
wget https://github.com/facebook/zstd/releases/download/v1.4.4/zstd-1.4.4.tar.gz \
146+
&& tar zxvf zstd-1.4.4.tar.gz \
147+
&& cd zstd-1.4.4/build/cmake \
148148
&& mkdir -p _build \
149149
&& cd _build \
150150
&& cmake \
@@ -159,9 +159,9 @@ RUN \
159159
&& rm -rf zstd*
160160

161161
RUN \
162-
wget http://apache.mirrors.hoobly.com//xerces/c/3/sources/xerces-c-3.2.2.tar.gz \
163-
&& tar zxvf xerces-c-3.2.2.tar.gz \
164-
&& cd xerces-c-3.2.2 \
162+
wget http://apache.mirrors.hoobly.com//xerces/c/3/sources/xerces-c-3.2.3.tar.gz \
163+
&& tar zxvf xerces-c-3.2.3.tar.gz \
164+
&& cd xerces-c-3.2.3 \
165165
&& mkdir -p _build \
166166
&& cd _build \
167167
&& cmake .. \

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ Instructions
4444
::
4545

4646
$ ./create-lambda-layer.sh
47-
Published version 27 for Lambda layer pdal
48-
Setting execution access to public for version 27 for Lambda layer pdal
47+
Published version 30 for Lambda layer pdal
48+
Setting execution access to public for version 30 for Lambda layer pdal
4949
Layer pdal is available at 'arn:aws:lambda:us-east-1:163178234892:layer:pdal'
5050

5151
.. _`Lambda Layers`: https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html

0 commit comments

Comments
 (0)