Skip to content

Commit ebea5c2

Browse files
Update README.md
1 parent 2815b2e commit ebea5c2

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,7 @@ Unless interested in modifying the geolambda images themselves, most users will
88

99
### Available image tags
1010

11-
The developmentseed/geolambda image in Docker Hub has several available tags:
12-
13-
- **base**: The base image consists of an Amazon base image with python added, along with the boto3 and nose libraries. The purpose of the main image is to replicate the base system in Lambda with the nose testing framework added so that a deployable package can be tested on an image like what is used in the Lambda container.
14-
- **core**: The core image contains system dependencies that are used by other other images. It also defines version numbers for packages that are installed in other images.
15-
- **min**: GDAL2, with a minimized set of packages/drivers is installed with Python support, along with proj.4
16-
- **hdf**: GDAL2, with HDF4 and 5 support added (including szip and proj.4)
17-
- **cloud**: GDAL2, with libraries common for cloud access: GeoTiff and Jpeg2000 (using OpenJPEG)
18-
- **full**: GDAL2 with all libraries compiled in other images
19-
20-
Pull whichever one is most appropriate with the docker command:
11+
The developmentseed/geolambda image in Docker Hub is tagged by version. The latest version, 1.0.0 contains GDAL 2.3.1, compiled with libopenjpeg 2.3, hdf4, hdf5, netcdf, libcurl, and both Python 2.7 and 3.6 support.
2112

2213
$ docker pull developmentseed/geolambda:<version>
2314

0 commit comments

Comments
 (0)