Commit Graph

684 Commits

Author SHA1 Message Date
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
mjanez 66e231b343 Add docker-manual action and logo to README 2023-09-27 16:38:37 +02:00
Ian Ward 2a8f844ecf
remove container_name?
For discussion: Removing the `container_name` lines lets us run many ckan-docker sites at the same time (assuming you use different ports)

What is the benefit in forcing a container name in the docker compose config?
2023-09-26 17:10:23 -04:00
mjanez 39611bec41
Fix host_ports/ports in Apache/NGINX Dockerfiles 2023-09-26 10:34:46 +02:00
mjanez 6e862868ae
Update gitignore 2023-09-26 10:29:20 +02:00
mjanez 9b103cf4e4
Merge pull request #79 from mjanez/ckan-2.9.9
Fix pycsw and update plugins
2023-09-25 10:12:17 +02:00
mjanez e5447ef32b Add CKANEXT__DCAT__DEFAULT_CATALOG_ENDPOINT ennvar
Allow to set the default catalog endpoint of the portal.
2023-09-25 10:00:39 +02:00
mjanez 54a807a23d
Update plugins
- scheming_dcat to v2.0.0
2023-09-25 07:53:45 +00:00
mjanez 94573c4290
Fix ckan-pycsw service 2023-09-22 16:07:57 +00:00