GenomicDataInfrastructure / gdi-userportal-ckan-docker

Scripts and images to run CKAN using Docker Compose
0 stars 2 forks source link

Harvesting might be broken in latest deployment #75

Open hcvdwerf opened 2 months ago

hcvdwerf commented 2 months ago

🔄 Duplicate Check

🔍 What Happened?

The latest CKAN docker image (2.10.4) does not start the supervisor or crond anymore. This may cause harvesting to be broken. The previous version, 2.10.3, appears to be fine. There are no obvious changes in the ckan-base-docker repository. We need to investigate if these issues happen in prod then fix them. CKAN is going to switch to Debian-based Docker images so we could also switch over and fix it in the new environment.

đŸ‘Ŗ Steps to Reproduce

  1. docker compose build will lead to

=> ERROR [ckan-dev internal] load metadata for docker.io/ckan/ckan-dev:2.10.4 1.0s Adding platform platform: linux/amd64 to docker compose will fix this error, but cron job are not started

📸 Screenshots

No response

📋 Logs

No response

🌐 Affected Browsers

No response

đŸ’ģ Operating System

No response

🤝 Want to Contribute to the Fix?

No, I can't contribute.

ℹī¸ Additional Information

Revert it back to 2.10.3 fix this issue