-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump GDAL version up * Bump boost version up * Use boost archive URI * Add documentation, update Makefile --------- Co-authored-by: Nathan Zimmerman <[email protected]>
- Loading branch information
1 parent
c556738
commit 3a1b9f0
Showing
5 changed files
with
18 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
FROM quay.io/geotrellis/gdal-warp-bindings-crossbuild:amd64-2 | ||
LABEL maintainer="Azavea <[email protected]>" | ||
|
||
ARG GDAL_VERSION=3.7.2 | ||
ARG GDAL_MACOS=libgdal-3.7.2-h85f6614_6.conda | ||
ARG GDAL_WINDOWS=release-1916-x64-gdal-3-7-2-mapserver-8-0-1-libs.zip | ||
ARG GDAL_VERSION=3.8.2 | ||
ARG GDAL_MACOS=libgdal-3.8.2-hf17bf98_0.conda | ||
ARG GDAL_WINDOWS=release-1916-x64-gdal-3-8-1-mapserver-8-0-1-libs.zip | ||
ARG PROJ_VERSION=9.3.0 | ||
ARG LIBTIFF_VERSION=4.1.0 | ||
ARG CURL_VERSION=7.71.1 | ||
|
@@ -34,7 +34,7 @@ RUN cd /usr/local/src && \ | |
RUN wget 'https://download.osgeo.org/geotiff/samples/usgs/c41078a1.tif' -k -O /tmp/c41078a1.tif | ||
|
||
# Boost | ||
RUN wget 'https://boostorg.jfrog.io/artifactory/main/release/1.69.0/source/boost_1_69_0.tar.bz2' -O /tmp/boost.tar.bz2 && \ | ||
RUN wget 'https://archives.boost.io/release/1.69.0/source/boost_1_69_0.tar.bz2' -O /tmp/boost.tar.bz2 && \ | ||
mkdir -p /usr/local/include && \ | ||
cd /usr/local/include && \ | ||
tar axvf /tmp/boost.tar.bz2 && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters