From f01e853596e238d5a6425a2fdc149ebc6971919d Mon Sep 17 00:00:00 2001 From: ImreSamu Date: Thu, 17 Oct 2024 20:00:17 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Bump=20versions:=20MOBILITYDB:v1?= =?UTF-8?q?.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 16-3.5-bundle0/bookworm/Dockerfile | 4 ++-- README.md | 2 +- versions.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/16-3.5-bundle0/bookworm/Dockerfile b/16-3.5-bundle0/bookworm/Dockerfile index d981443d..2015a33d 100644 --- a/16-3.5-bundle0/bookworm/Dockerfile +++ b/16-3.5-bundle0/bookworm/Dockerfile @@ -19,8 +19,8 @@ ARG IMAGE_NAME=postgis-amd64 ARG PGIS1_BASE_IMAGE=${REGISTRY}/${REPO_NAME}/${IMAGE_NAME}:16-3.5-bookworm ARG PGIS1_MOBILITYDB_REPOSITORY=https://github.com/MobilityDB/MobilityDB.git -ARG PGIS1_MOBILITYDB_CHECKOUT=tags/v1.1.2 -ARG PGIS1_MOBILITYDB_CHECKOUT_SHA1=6088e7bc10a31dee34fbc3e3139288a218e4ec65 +ARG PGIS1_MOBILITYDB_CHECKOUT=tags/v1.2.0 +ARG PGIS1_MOBILITYDB_CHECKOUT_SHA1=f457e35de8202a6e8f1b8bb72603b2fcb3dc0321 ARG PGIS1_PGSQL_HTTP_REPOSITORY=https://github.com/pramsey/pgsql-http.git ARG PGIS1_PGSQL_HTTP_CHECKOUT=tags/v1.6.1 diff --git a/README.md b/README.md index 356f37cb..cb3e86d1 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ This image ensures that the default database created by the parent `postgres` im Unless `-e POSTGRES_DB` is passed to the container at startup time, this database will be named after the admin user (either `postgres` or the user specified with `-e POSTGRES_USER`). If you would prefer to use the older template database mechanism for enabling PostGIS, the image also provides a PostGIS-enabled template database called `template_postgis`. -## Versions (2024-10-15) +## Versions (2024-10-17) We provide multi-platform image support for the following architectures: diff --git a/versions.json b/versions.json index d76e0c7c..7c21ea0f 100644 --- a/versions.json +++ b/versions.json @@ -509,8 +509,8 @@ "arch": "amd64 arm64", "template": "Dockerfile.bundle0.template", "initfile": "initdb-bundle0.sh", - "MOBILITYDB_CHECKOUT": "tags/v1.1.2", - "MOBILITYDB_CHECKOUT_SHA1": "6088e7bc10a31dee34fbc3e3139288a218e4ec65", + "MOBILITYDB_CHECKOUT": "tags/v1.2.0", + "MOBILITYDB_CHECKOUT_SHA1": "f457e35de8202a6e8f1b8bb72603b2fcb3dc0321", "PGSQL_HTTP_CHECKOUT": "tags/v1.6.1", "PGSQL_HTTP_CHECKOUT_SHA1": "5e2bd270a9ce2b0e8e1fdf8e46b85396bd4125cd", "PGSQL_GZIP_CHECKOUT": "tags/v1.0.0",