Update 2.9 images to CKAN 2.9.9
https://github.com/mjanez/ckan-docker-spatial/pull/13
This commit is contained in:
parent
3f96a0bca5
commit
8f76fc9f3b
|
@ -74,7 +74,7 @@ TEST_CKAN_DATASTORE_READ_URL=postgresql://datastore_ro:datastore@db/datastore_te
|
|||
|
||||
# CKAN core
|
||||
## If use docker-compose.ghcr.yml only "*.*.*" versions available in: https://github.com/mjanez/ckan-docker/pkgs/container/ckan-spatial
|
||||
CKAN_VERSION=2.9.8
|
||||
CKAN_VERSION=2.9.9
|
||||
CKAN_SITE_ID=default
|
||||
# CKAN_SITE_URL = http:/ or https:/ + APACHE_SERVER_NAME. Optionally the APACHE_HOST_PORT if different from 80
|
||||
CKAN_SITE_URL=http://localhost
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<h1 align="center">CKAN Docker Compose - Open Data & GIS</h1>
|
||||
<p align="center">
|
||||
<a href="https://github.com/mjanez/ckan-docker"><img src="https://img.shields.io/badge/Docker%20CKAN-2.9.8-brightgreen" alt="CKAN Versions"></a>
|
||||
<a href="https://github.com/mjanez/ckan-docker"><img src="https://img.shields.io/badge/Docker%20CKAN--brightgreen" alt="CKAN Versions"></a>
|
||||
|
||||
|
||||
<p align="center">
|
||||
|
@ -33,7 +33,8 @@ Available components:
|
|||
| CKAN Version | Type | Docker tag | Notes |
|
||||
| --- | --- | --- | --- |
|
||||
| 2.9.8 | custom image | `ghcr.io/mjanez/ckan-spatial:ckan-2.9.8` | Stable version with CKAN 2.9.8 |
|
||||
| 2.9.8 | custom image | `ghcr.io/mjanez/ckan-spatial:master` | Latest version. Master branch. |
|
||||
| 2.9.9 | custom image | `ghcr.io/mjanez/ckan-spatial:ckan-2.9.8` | Stable version with CKAN 2.9.9 |
|
||||
| 2.9.9 | latest custom image | `ghcr.io/mjanez/ckan-spatial:master` | Latest `ckan-spatial` image. |
|
||||
|
||||
The non-CKAN images are as follows:
|
||||
* PostgreSQL: [Custom image](/postgresql/Dockerfile) based on official PostgreSQL image. Database files are stored in a named volume.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM ghcr.io/mjanez/ckan-base-spatial:ckan-2.9.8
|
||||
FROM ghcr.io/mjanez/ckan-base-spatial:ckan-2.9.9
|
||||
|
||||
# Set up environment variables
|
||||
ENV APP_DIR=/srv/app \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM ghcr.io/mjanez/ckan-base-spatial:ckan-2.9.8-dev
|
||||
FROM ghcr.io/mjanez/ckan-base-spatial:ckan-2.9.9-dev
|
||||
|
||||
# Set up environment variables
|
||||
ENV APP_DIR=/srv/app \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM ghcr.io/mjanez/ckan-spatial:ckan-2.9.8
|
||||
FROM ghcr.io/mjanez/ckan-spatial:ckan-2.9.9
|
||||
|
||||
# Set up environment variables
|
||||
ENV APP_DIR=/srv/app
|
||||
|
|
|
@ -66,7 +66,7 @@ TEST_CKAN_DATASTORE_WRITE_URL=postgresql://ckan:ckan@db/datastore_test
|
|||
TEST_CKAN_DATASTORE_READ_URL=postgresql://datastore_ro:datastore@db/datastore_test
|
||||
|
||||
# CKAN core
|
||||
CKAN_VERSION=2.9.8
|
||||
CKAN_VERSION=2.9.9
|
||||
CKAN_SITE_ID=default
|
||||
CKAN_SITE_URL=http://localhost
|
||||
CKAN__ROOT_PATH=/catalog/{{LANG}}
|
||||
|
|
|
@ -45,7 +45,7 @@ TEST_CKAN_DATASTORE_WRITE_URL=postgresql://ckan:ckan@db/datastore_test
|
|||
TEST_CKAN_DATASTORE_READ_URL=postgresql://datastore_ro:datastore@db/datastore_test
|
||||
|
||||
# CKAN core
|
||||
CKAN_VERSION=2.9.8
|
||||
CKAN_VERSION=2.9.9
|
||||
CKAN_SITE_ID=default
|
||||
CKAN_SITE_URL=http://localhost:5000
|
||||
CKAN_PORT=5000
|
||||
|
|
Loading…
Reference in New Issue