Skip to content

Commit 1881a1c

Browse files
committed
Merge branch 'issue-34807-bug-rich-text-editor-image-source-shifts-to-relative-path-on-blur' of https://github.com/dotCMS/core into issue-34807-bug-rich-text-editor-image-source-shifts-to-relative-path-on-blur
2 parents 9dbc539 + cd1cce6 commit 1881a1c

10 files changed

Lines changed: 11 additions & 11 deletions

File tree

docker/docker-compose-examples/cluster-mode/docker-compose-node-1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ services:
4444
DOT_ES_ENDPOINTS: 'https://opensearch:9200'
4545
DOT_INITIAL_ADMIN_PASSWORD: 'admin'
4646
DOT_DOTCMS_CLUSTER_ID: 'dotcms-production'
47-
#CUSTOM_STARTER_URL: 'https://repo.dotcms.com/artifactory/libs-release-local/com/dotcms/starter/20260326/starter-20260326.zip'
47+
#CUSTOM_STARTER_URL: 'https://repo.dotcms.com/artifactory/libs-release-local/com/dotcms/starter/20260331/starter-20260331.zip'
4848
depends_on:
4949
- opensearch
5050
- db

docker/docker-compose-examples/cluster-mode/docker-compose-node-2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
DOT_ES_ENDPOINTS: 'https://opensearch:9200'
2222
DOT_INITIAL_ADMIN_PASSWORD: 'admin'
2323
DOT_DOTCMS_CLUSTER_ID: 'dotcms-production'
24-
#CUSTOM_STARTER_URL: 'https://repo.dotcms.com/artifactory/libs-release-local/com/dotcms/starter/20260326/starter-20260326.zip'
24+
#CUSTOM_STARTER_URL: 'https://repo.dotcms.com/artifactory/libs-release-local/com/dotcms/starter/20260331/starter-20260331.zip'
2525
volumes:
2626
#- {local_data_path}:/data/shared
2727
#- {license_local_path}/license.zip:/data/shared/assets/license.zip

docker/docker-compose-examples/push-publish/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ services:
5050
DOT_ES_ENDPOINTS: 'https://opensearch-sender:9200'
5151
DOT_INITIAL_ADMIN_PASSWORD: 'admin'
5252
DOT_DOTCMS_CLUSTER_ID: 'dotcms-sender'
53-
#CUSTOM_STARTER_URL: 'https://repo.dotcms.com/artifactory/libs-release-local/com/dotcms/starter/20260326/starter-20260326.zip'
53+
#CUSTOM_STARTER_URL: 'https://repo.dotcms.com/artifactory/libs-release-local/com/dotcms/starter/20260331/starter-20260331.zip'
5454
depends_on:
5555
- opensearch-sender
5656
- db-sender
@@ -115,7 +115,7 @@ services:
115115
DOT_ES_ENDPOINTS: 'https://opensearch-receiver:9200'
116116
DOT_INITIAL_ADMIN_PASSWORD: 'admin'
117117
DOT_DOTCMS_CLUSTER_ID: 'dotcms-receiver'
118-
#CUSTOM_STARTER_URL: 'https://repo.dotcms.com/artifactory/libs-release-local/com/dotcms/starter/20260326/starter-20260326.zip'
118+
#CUSTOM_STARTER_URL: 'https://repo.dotcms.com/artifactory/libs-release-local/com/dotcms/starter/20260331/starter-20260331.zip'
119119
depends_on:
120120
- opensearch-receiver
121121
- db-receiver

docker/docker-compose-examples/single-node-debug-mode/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ services:
5757
DOT_ES_ENDPOINTS: 'https://opensearch:9200'
5858
DOT_INITIAL_ADMIN_PASSWORD: 'admin'
5959
DOT_DOTCMS_CLUSTER_ID: 'dotcms-production'
60-
#CUSTOM_STARTER_URL: 'https://repo.dotcms.com/artifactory/libs-release-local/com/dotcms/starter/20260326/starter-20260326.zip'
60+
#CUSTOM_STARTER_URL: 'https://repo.dotcms.com/artifactory/libs-release-local/com/dotcms/starter/20260331/starter-20260331.zip'
6161
depends_on:
6262
- db
6363
- opensearch

docker/docker-compose-examples/single-node-demo-site/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ services:
5757
DOT_ES_ENDPOINTS: 'https://opensearch:9200'
5858
DOT_INITIAL_ADMIN_PASSWORD: 'admin'
5959
DOT_DOTCMS_CLUSTER_ID: 'dotcms-production'
60-
CUSTOM_STARTER_URL: 'https://repo.dotcms.com/artifactory/libs-release-local/com/dotcms/starter/20260326/starter-20260326.zip'
60+
CUSTOM_STARTER_URL: 'https://repo.dotcms.com/artifactory/libs-release-local/com/dotcms/starter/20260331/starter-20260331.zip'
6161
depends_on:
6262
- db
6363
- opensearch

docker/docker-compose-examples/single-node/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ services:
6161
GLOWROOT_WEB_UI_ENABLED: 'true' # Enable glowroot web ui on localhost. do not use in production
6262
#CMS_SSL_CERTIFICATE_FILE: '/certs/localhost.pem' # Can create cert with mkcert tool
6363
#CMS_SSL_CERTIFICATE_KEY_FILE: '/certs/localhost-key.pem'
64-
#CUSTOM_STARTER_URL: 'https://repo.dotcms.com/artifactory/libs-release-local/com/dotcms/starter/20260326/starter-20260326.zip'
64+
#CUSTOM_STARTER_URL: 'https://repo.dotcms.com/artifactory/libs-release-local/com/dotcms/starter/20260331/starter-20260331.zip'
6565
depends_on:
6666
- db
6767
- opensearch

docker/docker-compose-examples/with-opensearch-dashboard/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ services:
6666
DOT_ES_ENDPOINTS: 'https://opensearch:9200'
6767
DOT_INITIAL_ADMIN_PASSWORD: 'admin'
6868
DOT_DOTCMS_CLUSTER_ID: 'dotcms-production'
69-
#CUSTOM_STARTER_URL: 'https://repo.dotcms.com/artifactory/libs-release-local/com/dotcms/starter/20260326/starter-20260326.zip'
69+
#CUSTOM_STARTER_URL: 'https://repo.dotcms.com/artifactory/libs-release-local/com/dotcms/starter/20260331/starter-20260331.zip'
7070
depends_on:
7171
- db
7272
- opensearch

docker/docker-compose-examples/with-redis-session/docker-compose-node-1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ services:
5151
DOT_ES_AUTH_BASIC_PASSWORD: 'admin'
5252
DOT_ES_ENDPOINTS: 'https://opensearch:9200'
5353
DOT_INITIAL_ADMIN_PASSWORD: 'admin'
54-
#CUSTOM_STARTER_URL: 'https://repo.dotcms.com/artifactory/libs-release-local/com/dotcms/starter/20260326/starter-20260326.zip'
54+
#CUSTOM_STARTER_URL: 'https://repo.dotcms.com/artifactory/libs-release-local/com/dotcms/starter/20260331/starter-20260331.zip'
5555
depends_on:
5656
- opensearch
5757
- db

docker/docker-compose-examples/with-redis/docker-compose-node-1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ services:
4848
DOT_DOT_PUBSUB_PROVIDER_OVERRIDE: 'com.dotcms.dotpubsub.RedisPubSubImpl'
4949
DOT_REDIS_LETTUCECLIENT_URLS: 'redis://MY_SECRET_P4SS@redis'
5050
DOT_CACHE_DEFAULT_CHAIN: 'com.dotmarketing.business.cache.provider.caffine.CaffineCache,com.dotcms.cache.lettuce.RedisCache'
51-
#CUSTOM_STARTER_URL: 'https://repo.dotcms.com/artifactory/libs-release-local/com/dotcms/starter/20260326/starter-20260326.zip'
51+
#CUSTOM_STARTER_URL: 'https://repo.dotcms.com/artifactory/libs-release-local/com/dotcms/starter/20260331/starter-20260331.zip'
5252
depends_on:
5353
- opensearch
5454
- db

docker/docker-compose-examples/with-redis/docker-compose-node-2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ services:
2626
DOT_DOT_PUBSUB_PROVIDER_OVERRIDE: 'com.dotcms.dotpubsub.RedisPubSubImpl'
2727
DOT_REDIS_LETTUCECLIENT_URLS: 'redis://MY_SECRET_P4SS@redis'
2828
DOT_CACHE_DEFAULT_CHAIN: 'com.dotmarketing.business.cache.provider.caffine.CaffineCache,com.dotcms.cache.lettuce.RedisCache'
29-
#CUSTOM_STARTER_URL: 'https://repo.dotcms.com/artifactory/libs-release-local/com/dotcms/starter/20260326/starter-20260326.zip'
29+
#CUSTOM_STARTER_URL: 'https://repo.dotcms.com/artifactory/libs-release-local/com/dotcms/starter/20260331/starter-20260331.zip'
3030
volumes:
3131
#- {local_data_path}:/data/shared
3232
#- {license_local_path}/license.zip:/data/shared/assets/license.zip

0 commit comments

Comments
 (0)