diff --git a/README.md b/README.md index f427e8e..3a414a4 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@ The following CKAN versions are available in base or dev forms. They are disting | CKAN Version | Type | Base image | Docker tag | Notes | | --- | --- | --- | --- | --- | -| **2.11.x** | **base image** | `python:3.10-slim-bookworm` | `ckan/ckan-base:2.11`, `ckan/ckan-base:2.11.0`, `ckan/ckan-base:2.11-py3.10`, `ckan/ckan-base:2.11.0-py3.10` | | -| **2.11.x** | **dev image** | `python:3.10-slim-bookworm` | `ckan/ckan-dev:2.11`, `ckan/ckan-dev:2.11.0`, `ckan/ckan-dev:2.11-py3.10`, `ckan/ckan-dev:2.11.0-py3.10` | | -| 2.10.x | base image | `python:3.10-slim-bookworm` | `ckan/ckan-base:2.10-py3.10`, `ckan/ckan-base:2.10.5-py3.10` | | -| 2.10.x | dev image | `python:3.10-slim-bookworm` | `ckan/ckan-dev:2.10-py3.10`, `ckan/ckan-dev:2.10.5-py3.10` | | -| 2.10.x | base image | `alpine:3.17` | `ckan/ckan-base:2.10.5`, `ckan/ckan-base:2.10` | :warning: Deprecated. Please use a Python/Debian based image | -| 2.10.x | dev image | `alpine:3.17` | `ckan/ckan-dev:2.10.5`, `ckan/ckan-dev:2.10` | :warning: Deprecated. Please use a Python/Debian based image | +| **2.11.x** | **base image** | `python:3.10-slim-bookworm` | `ckan/ckan-base:2.11`, `ckan/ckan-base:2.11.1`, `ckan/ckan-base:2.11-py3.10`, `ckan/ckan-base:2.11.1-py3.10` | | +| **2.11.x** | **dev image** | `python:3.10-slim-bookworm` | `ckan/ckan-dev:2.11`, `ckan/ckan-dev:2.11.1`, `ckan/ckan-dev:2.11-py3.10`, `ckan/ckan-dev:2.11.1-py3.10` | | +| 2.10.x | base image | `python:3.10-slim-bookworm` | `ckan/ckan-base:2.10-py3.10`, `ckan/ckan-base:2.10.6-py3.10` | | +| 2.10.x | dev image | `python:3.10-slim-bookworm` | `ckan/ckan-dev:2.10-py3.10`, `ckan/ckan-dev:2.10.6-py3.10` | | +| 2.10.x | base image | `alpine:3.17` | `ckan/ckan-base:2.10.6`, `ckan/ckan-base:2.10` | :warning: Deprecated. Please use a Python/Debian based image | +| 2.10.x | dev image | `alpine:3.17` | `ckan/ckan-dev:2.10.6`, `ckan/ckan-dev:2.10` | :warning: Deprecated. Please use a Python/Debian based image | | 2.9.x | base image | `python:3.9-slim-bookworm` | `ckan/ckan-base:2.9-py3.9`, `ckan/ckan-base:2.9.11-py3.9` | | | 2.9.x | dev image | `python:3.9-slim-bookworm` | `ckan/ckan-dev:2.9-py3.9`, `ckan/ckan-dev:2.9.11-py3.9` | | | 2.9.x | base image | `alpine:3.15` | `ckan/ckan-base:2.9.11`, `ckan/ckan-base:2.9` | :warning: Deprecated. Please use a Python/Debian based image | @@ -38,7 +38,7 @@ Each CKAN version is located in separate repo containing: ``` ckan-X.XX ├── Dockerfile # Dockerfile for the image (in older versions there might be one for alpine and one for python) -├── VERSION.txt # Full CKAN version built (eg. 2.11.0, 2.10.5) +├── VERSION.txt # Full CKAN version built (eg. 2.11.1, 2.10.6) ├── PYTHON_VERSION.txt # Python version used (eg. 3.10) └── setup # Setup scripts used by the images    ├── prerun.py diff --git a/ckan-2.10/VERSION.txt b/ckan-2.10/VERSION.txt index 1a285c3..a158d08 100644 --- a/ckan-2.10/VERSION.txt +++ b/ckan-2.10/VERSION.txt @@ -1 +1 @@ -2.10.5 +2.10.6 diff --git a/ckan-2.11/VERSION.txt b/ckan-2.11/VERSION.txt index 46b81d8..6ceb272 100644 --- a/ckan-2.11/VERSION.txt +++ b/ckan-2.11/VERSION.txt @@ -1 +1 @@ -2.11.0 +2.11.1