Releases: ckan/ckan-docker-base
Releases · ckan/ckan-docker-base
v20241111
What's Changed
- Updates to CKAN 2.11 and master images (remove supervisor and tidy up) by @kowh-ai in #77
- Consolidate use of CKAN_VERSION vs CKAN_TAG (7f88928)
- Update versions for 2.10.5 and 2.11.0 release (8ea8056)
- Remove gevent system packages (ffa9b2a)
- Update and pin ckanext-envvars (dea7460)
- Quote ENV vars in 2.9 Dockerfile (b0a27df)
Full Changelog: v20240701...v20241111
v20240701
- Going forward, the CKAN Docker images will use Debian-based official Python images rather than Alpine-based. The base image used currently is
python:3.10-slim-bookworm
. CKAN 2.9 and 2.10 images are provided for both Alpine and Debian but starting from CKAN 2.11, only Debian-based images will be provided. Users are encouraged to migrate existing images to the the new Debian-based ones. See the table in the README file for detailed information on which tag to choose. (#61) - Add images for the upcoming CKAN 2.11 version (#69)
- Listen to ipv6 addresses internally (#67)