Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Upgrade to CKAN 2.11.0 official Docker image #71

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

aleksandralazoroska
Copy link
Collaborator

@aleksandralazoroska aleksandralazoroska commented Nov 14, 2024

This PR includes updates to the SDDI base for CKAN 2.11.0 along with the following key changes:

  • Updated the CKAN version to 2.11.0 in the sddi-base image.
  • Added required extensions as specified in Issue CKAN 2.11 and official base image support #64, integrating them into the environment.
  • Added necessary configurations for extensions, ensuring compatibility with the sddi-base.
  • Removed unsupported plugins and optimized the Docker build process to align with CKAN 2.11.0 standards and the sddi setup.
  • We are using the official Docker image from ckan/ckan-base.

ckan config-tool "${CKAN_INI}" "ckan.harvest.log_level = debug" && \
ckan config-tool "${CKAN_INI}" "ckan.harvest.log_timeframe = 10" && \
ckan config-tool "${CKAN_INI}" "PERMANENT_SESSION_LIFETIME = 600"

Copy link

@tino097 tino097 Dec 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  ckan config-tool "${CKAN_INI}" "PERMANENT_SESSION_LIFETIME = 600" && \
  ckan config-tool "${CKAN_INI}" "ckanext.security.redis.host = redis" && \
  ckan config-tool "${CKAN_INI}" "ckanext.security.redis.port = 6379" && \
  ckan config-tool "${CKAN_INI}" "ckanext.security.redis.db = 1"

we should add this settings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants