Commit Graph

144 Commits

Author SHA1 Message Date
mjanez 1e2f6cfe6f
Update CKAN Dockerfile versions to 2.9.12
- Update workflows to generate a tag as: `2.9.12` instead of `ckan-2.9.12`. Align with the [`ckan-docker-spatial`(https://github.com/mjanez/ckan-docker-spatial#pre-configured-ckan-docker-images) and [`ckan-docker-base`(https://github.com/ckan/ckan-docker-base#pre-configured-ckan-docker-images)` tags.
2024-08-27 12:18:30 +02:00
mjanez 08f2424be2
Update ckan-2.9.11
- Optimize docker-entrypoints.
- Optimize .env files.
- Update ckanext-dcat to v1.8.0
2024-08-26 17:16:08 +02:00
mjanez d686d245d6
Update CKAN configuration to include custom licenses aligned with DCAT-AP 2024-08-01 02:32:26 +02:00
mjanez 797a4095e0
Update ckanext-schemingdcat to v3.2.2 2024-07-30 08:30:44 +00:00
mjanez dc3032d37c
Add CKANEXT__SCHEMINGDCAT_ENDPOINTS_YAML 2024-07-24 12:36:47 +02:00
mjanez 4dd374c2c5
Update ckanext-schemingdcat to v3.2.1 2024-06-27 10:00:09 +00:00
mjanez db84d2b17f
Update CKAN configuration to include metadata templates search identifier 2024-06-26 11:11:46 +02:00
mjanez f37436abd1
Merge branch 'ckan-2.9.11' of https://github.com/mjanez/ckan-docker into ckan-2.9.11 2024-06-26 10:17:32 +02:00
mjanez f033f6b10c
Remove unused harvest patch
- Now the custom harvest panel is derived to ckanext-schemingdcat. Update .env.example and remove patch.
- Remove unused recline_view
2024-06-26 10:17:28 +02:00
mjanez 4542fb5928
Update ckanext-spatial reqs
Incompatibility with Shapely >2 Due to NumPy 2.0 Update, see:
https://github.com/ckan/ckanext-spatial/issues/330
2024-06-17 08:26:28 +00:00
mjanez d7ebbf833c
Update CKAN configuration to includes vars to the metadata templates toolbar 2024-06-13 17:39:00 +02:00
mjanez 8ec02e948d
Update ckanext-dcat and ckanext-schemingdcat
- Update mjanez/ckanext-dcat to v1.8.0-alpha
- Update mjanez/ckanext-schemingdcat to v3.2.0
- Update CKAN configuration with new facet list for dataset scope
2024-06-07 21:31:52 +02:00
mjanez 4cecf1a9d1
Fix 02_setup_scheming.sh 2024-05-28 13:49:39 +02:00
mjanez b237b680eb
Update CKAN configuration with default package item icon and show spatial option 2024-05-28 13:48:17 +02:00
mjanez 4ba6c4a506
Update CKAN configuration with default package item icon and show spatial option 2024-05-28 13:05:01 +02:00
mjanez 3a51ddd829
Add slug-preview patch
Avoid duplication errors when using ckanext-schemingdcat with form_groups: 5ecf91fd27
2024-05-21 21:46:48 +02:00
mjanez cf8db6dc39
Update ckanext-schemingdcat 2024-05-17 13:28:00 +00:00
mjanez 7309d15bc0
Remove unnecesary TODO 2024-04-15 10:33:28 +00:00
mjanez b843de1946
Apply patches to the ckan Dockerfile 2024-04-12 12:49:05 +00:00
mjanez 450b4bf68a Update ckanext-harvest patch
- Improve harvest panel
2024-04-09 10:35:50 +02:00
mjanez efefb7338e Fix Dockerfile to install requirements for ckanext-schemingdcat 2024-04-01 10:28:34 +02:00
mjanez e46f8df85c
Update extensions
https://github.com/mjanez/ckan-docker/issues/114
2024-03-21 16:28:33 +01:00
mjanez f08177a55e Fix scheming_dcat to schemingdcat 2024-03-21 14:48:50 +01:00
mnjnz 3c09d93174
Update CKAN base images to ckan-2.9.11 2024-03-20 14:01:31 +01:00
mnjnz f39aafefef
Merge branch 'master' of https://github.com/ckan/ckan-docker into ckan-master 2024-03-20 14:00:50 +01:00
amercader cc095f1323 Bump 2.10 version to 2.10.4 2024-03-13 12:40:01 +01:00
mjanez c1b819b624
Add crond in background 2024-03-12 10:12:54 +00:00
mjanez 68a9ce9ecc Add harvest & xloader worker configuration
- Update Dockerfiles
- Update start_ckan.sh with custom workers
- Update start_ckan_development.sh.override to remove automatic workers
- Add supervisor harvester.conf
- Add supervisor xloader.conf
- Update Scheming DCAT version to 2.1.0
2024-03-08 21:31:08 +01:00
mjanez 3b9e94b121 Update ckanext-harvest patch 2024-03-05 07:40:46 +01:00
mjanez c2c1ef6004 Fix supervisord command in start_ckan_development.sh.override 2024-03-05 07:40:34 +01:00
mjanez 96a4c394a7 Fix token revocation in 01_setup_xloader.sh 2024-03-05 07:40:19 +01:00
mjanez fb158d7ce3 Setting up the harvesters (ckan container)
Use supervisor to allow fetch and gather consumers in the background:
https://github.com/ckan/ckanext-harvest#setting-up-the-harvesters-on-a-production-server
2024-02-21 09:16:47 +01:00
mjanez 7e5e4e8099 Update ckanext-spatial
Add Spatial - v2.1.1 version with pyproj patch.
2024-02-12 12:29:45 +01:00
Brett f0c1e97097 Update CKAN Dockerfiles 2023-12-18 12:08:59 +11:00
Brett Jones b48be9783f
Merge pull request #97 from ckan/datapusher-init
Add init script for configuring datapusher
2023-10-19 10:01:29 +02:00
amercader e439eda620 Add init script for configuring datapusher
As discussed in ckan/ckan-docker#95, depends on this one to be
merged/pushed first:

https://github.com/ckan/ckan-docker-base/pull/32
2023-10-17 13:08:03 +02:00
amercader c5b3981b39 Review extensions installation guidance 2023-10-17 12:47:08 +02:00
amercader 2e46f06280 Apply patches in prod images as well 2023-10-17 12:46:45 +02:00
amercader f653b0324d Remove timezone commands
They have been moved to ckan-docker-base

https://github.com/ckan/ckan-docker-base/pull/30
2023-10-17 12:39:03 +02:00
amercader f9ebc0c41c Add step to copy init files
Always copy the files in /docker-entrypoint.d automatically, otherwise
users need to explicitly add a `COPY` step in the `ckan/Dockerfile`,
which is confusing
2023-10-17 12:21:50 +02:00
mjanez 7eb35dc370 Add ckanext-fluent
- Add ckanext-fluent to Dockerfile to allow multilang fields in schemas.
- Add config for langs offered in CKAN.
2023-10-11 11:49:22 +02:00
amercader 5fc1efce33 Fix image tag in the Dev Dockerfile
As per https://github.com/ckan/ckan-docker-base/pull/28
2023-10-05 13:34:29 +02:00
mjanez 17aacaf358 Use ckanext-pages vanilla and add patch
To avoid errors when use ckan.root_path
2023-10-02 12:36:07 +02:00
mjanez 8267633879 Update ckanext-pages
Fixed version: ckanext-pages needs a ckan.root_path in the URL if set in the instance configuration.
2023-10-02 11:54:28 +02:00
mjanez 6a2b5543de Rename image to ckan-docker 2023-10-02 11:22:13 +02:00
mjanez 4ecd0a260c Maintain stable Dockerfile.dev 2023-10-02 10:53:02 +02:00
mjanez 8a599a11a4
Fix Dockerfiles 2023-10-02 07:41:25 +00:00
mjanez 712abb16b2
Fix dockerfile images 2023-10-02 07:30:24 +00:00
mjanez b1ef0b736b Update Dockerfile.dev 2023-09-29 01:34:26 +02:00
mjanez b3ea1d2fac
Improve Dockerfiles with hadolint 2023-09-28 11:36:09 +00:00