Skip to content

Commit

Permalink
Merge pull request #56 from developmentseed/develop
Browse files Browse the repository at this point in the history
Publish 1.1.0
  • Loading branch information
matthewhanson authored Mar 22, 2019
2 parents 696ef04 + 98ba4f1 commit 649b340
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV \
CURL_VERSION=7.59.0 \
GEOS_VERSION=3.7.1 \
GEOTIFF_VERSION=1.4.3 \
GDAL_VERSION=2.4.0 \
GDAL_VERSION=2.4.1 \
HDF4_VERSION=4.2.14 \
HDF5_VERSION=1.10.5 \
NETCDF_VERSION=4.6.2 \
Expand Down Expand Up @@ -204,4 +204,4 @@ RUN \
# Copy shell scripts and config files over
COPY bin/* /usr/local/bin/

WORKDIR /home/geolambda
WORKDIR /home/geolambda
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ While GeoLambda was initially intended for AWS Lambda they are also useful as ba
| geolambda | GDAL |
| -------- | ---- |
| 1.0.0 | 2.3.1 |
| 1.1.0 | 2.4.0 |
| 1.1.0 | 2.4.1 |

To get the version numbers of all installed packages see the [CHANGELOG](CHANGELOG.md) or the Dockerfile for the specific version.

Expand All @@ -39,6 +39,14 @@ The GeoLambda image does not have an entrypoint defined, so a command must be pr

If you just wish to use the publicly available Lambda layer you will need the ARN for the layer in same region as your Lambda function. Currently, GeoLambda layers are available in `us-east-1`, `us-west-2`, and `eu-central-1`. If you want to use it in another region please file an issue or you can also create your own layer using this repository (see instructions below on 'Create a new version').

#### v1.1.0

| Region | ARN |
| ------ | --- |
| us-east-1 | arn:aws:lambda:us-east-1:552188055668:layer:geolambda:1 |
| us-west-2 | arn:aws:lambda:us-west-2:552188055668:layer:geolambda:1 |
| eu-central-1 | arn:aws:lambda:eu-central-1:552188055668:layer:geolambda:1 |

#### v1.1.0rc3

| Region | ARN |
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0rc3
1.1.0

0 comments on commit 649b340

Please sign in to comment.