You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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`||
18
14
| 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`||
19
-
| 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`||
20
-
| 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`||
15
+
| 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 |
16
+
| 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 |
17
+
| 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`||
18
+
| 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`||
19
+
| 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 |
20
+
| 2.9.x | dev image |`alpine:3.15`|`ckan/ckan-dev:2.9.11`, `ckan/ckan-dev:2.9`|:warning: Deprecated. Please use a Python/Debian based image |
21
21
| master | base image |`python:3.10-slim-bookworm`|`ckan/ckan-base:master`, `ckan/ckan-base:master-py3.10`| Built daily, do not use in production |
22
22
| master | dev image |`python:3.10-slim-bookworm`|`ckan/ckan-dev:master`, `ckan/ckan-dev:master-py3.10`| Built daily, do not use in production |
23
23
24
+
In addition to the Docker tags listed above, there are additional ones published for each of these images [releases](https://github.com/ckan/ckan-docker-base/releases), in the form:
Older CKAN versions might be available as [image tags](https://hub.docker.com/r/ckan/ckan-base/tags) but note that these are not supported as per [CKAN's release policy](https://docs.ckan.org/en/latest/maintaining/releases.html#supported-versions).
0 commit comments