Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 885 Bytes

CHANGELOG.md

File metadata and controls

12 lines (10 loc) · 885 Bytes

ckan-docker-base

Release 20240701

  • 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)