dhardestylewis / terrain_aggregator

Workflow to aggregate terrain imagery at scale to a single seamless image dataset
Other
10 stars 3 forks source link

Update postgis Docker image to build successfully #31

Open dhardestylewis opened 2 years ago

dhardestylewis commented 2 years ago

https://hub.docker.com/r/dhardestylewis/postgis/builds

Recent builds fail with the following error :

#7 ERROR: executor failed running [/bin/sh -c apt-get update && apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR && apt-get install -y --no-install-recommends postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR=$POSTGIS_VERSION postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR-scripts postgis && rm -rf /var/lib/apt/lists/*]: exit code: 100
dhardestylewis commented 2 years ago

either needs to be bumped to 3.2.1 like upstream did or downgraded to postgresql-13-postgis-3 in the worst case

dhardestylewis commented 2 years ago
Screen Shot 2022-07-31 at 12 31 29 PM