Skip to content

Commit

Permalink
Undo bump to 24.04, update geo-cnpg
Browse files Browse the repository at this point in the history
  • Loading branch information
vrmiguel committed Dec 19, 2024
1 parent 938f579 commit b3020a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions geo-cnpg/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,18 @@ RUN apt-get update && \
libproj-dev \
libprotobuf-c-dev \
protobuf-c-compiler \
libgdal-dev \
libgsl-dev \
libjson-c-dev \
&& rm -rf /var/lib/apt/lists/*

RUN wget https://github.com/OSGeo/gdal/releases/download/v3.6.0/gdal-3.6.0.tar.gz && \
tar xvf gdal-3.6.0.tar.gz && \
cd gdal-3.6.0 && \
mkdir build && cd build && \
cmake .. && \
cmake --build . && \
cmake --build . --target install

# Download and build PostGIS
RUN wget https://download.osgeo.org/postgis/source/postgis-3.4.0.tar.gz && \
tar xvf postgis-3.4.0.tar.gz && \
Expand All @@ -29,7 +36,6 @@ RUN wget https://download.osgeo.org/postgis/source/postgis-3.4.0.tar.gz && \
make install

# Clone and build mobilitydb

RUN git clone https://github.com/MobilityDB/MobilityDB && \
cd MobilityDB && \
git checkout v1.2.0rc1 && \
Expand Down
2 changes: 1 addition & 1 deletion tembo-pg-slim/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# vim:set ft=dockerfile:
FROM quay.io/tembo/ubuntu:24.04
FROM quay.io/coredb/ubuntu:22.04

ARG DEBIAN_FRONTEND=noninteractive
ARG ALTDIR=/var/lib/postgresql/data/tembo
Expand Down

0 comments on commit b3020a9

Please sign in to comment.