Commit Graph

542 Commits

Author SHA1 Message Date
mjanez d8d59abd91
Update extensions README
- Update ckanext-scheming_dcat
- Add ckanext-fluent stable version (fork)
2023-10-13 18:53:12 +02:00
mjanez ac1b6b7a16
Merge pull request #92 from mjanez/ckan-2.9.9
Add ckanext-fluent
2023-10-11 17:53:15 +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
Brett Jones 8cf41a2ee2
Merge pull request #85 from helt/fix-docker-on-windows
Fix docker compose build on windows
2023-10-08 11:15:58 +02:00
Brett Jones 4d1922a4b7
Merge pull request #92 from ckan/allow-https-in-dev-mode
Document how to run the dev server with HTTPS
2023-10-07 16:17:28 +02:00
Brett Jones 21c794b9b4
Merge branch 'master' into allow-https-in-dev-mode 2023-10-07 16:15:49 +02:00
Brett Jones 2753e5ffb1
Merge pull request #91 from ckan/fix-dev-image-tag
Fix image tag in the Dev Dockerfile
2023-10-06 16:11:13 +02:00
Brett Jones 44690796db
Merge pull request #88 from ckan/wardi-patch-1
remove container_name?
2023-10-05 14:39:38 +02:00
Brett ae0a02b107 update README 2023-10-05 14:28:54 +02:00
amercader f8a3696db9 Document how to run the dev server with HTTPS
This requires https://github.com/ckan/ckan-docker-base/pull/29 and the
images to be rebuilt and pushed before merging
2023-10-05 13:59:27 +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 e1ae3b5372
Merge pull request #91 from mjanez/ckan-2.9.9
Use ckanext-pages vanilla and add patch
2023-10-02 12:36:40 +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 400f544360
Merge pull request #90 from mjanez/ckan-2.9.9
Update ckanext-pages
2023-10-02 12:22:34 +02:00
mjanez 72ee6800a7 Update logo 2023-10-02 12:22:05 +02:00
mjanez 99b437691c Add hadolint no-fail 2023-10-02 12:08:31 +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 ee8b458b78
Merge pull request #89 from mjanez/ckan-2.9.9
Rename image to ckan-docker
2023-10-02 11:23:22 +02:00
mjanez 6a2b5543de Rename image to ckan-docker 2023-10-02 11:22:13 +02:00
mjanez 20eb30627c
Merge pull request #88 from mjanez/ckan-2.9.9
Fix tag name
2023-10-02 11:09:09 +02:00
mjanez 4c0c627f8b Fix tag name 2023-10-02 11:07:59 +02:00
mjanez 0077377968
Merge pull request #87 from mjanez/ckan-2.9.9
Update tags
2023-10-02 11:02:18 +02:00
mjanez 4ecd0a260c Maintain stable Dockerfile.dev 2023-10-02 10:53:02 +02:00
mjanez f7032ba67b Update tags 2023-10-02 10:39:51 +02:00
mjanez e803e8d639
Merge pull request #86 from mjanez/ckan-2.9.9
Rename docker image to:  ckan-spatial
2023-10-02 10:24:05 +02:00
mjanez f7ef261fe1 Rename docker image to: ckan-spatial 2023-10-02 10:21:46 +02:00
mjanez 92209dbbe0
Merge pull request #85 from mjanez/ckan-2.9.9
Fix hadolint actions
2023-10-02 10:05:53 +02:00
mjanez 27dcb57314 Merge branch 'ckan-2.9.9' of https://github.com/mjanez/ckan-docker into ckan-2.9.9 2023-10-02 10:03:53 +02:00
mjanez 5de535d018 Remove hadolint when build & push 2023-10-02 10:03:47 +02:00
mjanez ba28747cac
Merge pull request #84 from mjanez/ckan-2.9.9
Fix dockerfile images
2023-10-02 09:43:07 +02:00
mjanez 8a599a11a4
Fix Dockerfiles 2023-10-02 07:41:25 +00:00
mjanez 89610daec4
Fix docker build context 2023-10-02 07:41:16 +00:00
mjanez 712abb16b2
Fix dockerfile images 2023-10-02 07:30:24 +00:00
mjanez 36db0e9621
Merge pull request #82 from mjanez/ckan-2.9.9
Update Dockerfiles with hadolint and actions
2023-10-02 09:05:29 +02: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
mjanez ce7f950bcd
Update ckanext-pages patch to include lang if not default 2023-09-28 11:13:04 +00:00
mjanez 5d9ad919c2
Add ckanext-pages patch for root_path
Pages/Blogs needs a ckan.root_path in the URL if set in the instance configuration.
2023-09-28 09:54:45 +00:00
mjanez 2c99632c1d
Add multiple Dockerfiles to hadolint 2023-09-28 09:50:50 +02:00
mjanez 3c9d9166f1
Add hadolint to Dockerfile.ghcr image 2023-09-28 09:42:22 +02:00
mjanez 6d0ef87ab9
Allow master branch
Also avoid all branches except master and ckan-*.*.*
2023-09-28 09:37:49 +02:00
mjanez 358468a5d7
Merge pull request #81 from mjanez/feature/new-actions
Update actions
2023-09-28 09:26:10 +02:00
mjanez 42d2ddb91c Fix actions 2023-09-27 18:17:59 +02:00
mjanez 83ecd027d2 Update actions 2023-09-27 17:37:35 +02:00
mjanez 21b0902959 Fix docker-pr 2023-09-27 17:17:03 +02:00
mjanez 19debfe9cf
Merge pull request #80 from mjanez/ckan-2.9.9
Update logo
2023-09-27 17:02:44 +02:00
mjanez c8eb770920 Add :test-build-only tag 2023-09-27 17:01:30 +02:00
mjanez e95f2a1a21 Avoid */* branches test 2023-09-27 16:56:16 +02:00
mjanez 553601c570 Update actions
- Add PR build & test
- Add PR closed build & push ckan-docker image
2023-09-27 16:52:39 +02:00
mjanez a6d9194f30 Fix image 2023-09-27 16:43:10 +02:00