Skip to content

Commit f57f4c9

Browse files
rjvelazcoclaude
andauthored
chore: bump starter version to 20260409 across Docker Compose examples (#35273)
## Description Updates `CUSTOM_STARTER_URL` across all Docker Compose example configurations from version `20260331` to `20260409`, keeping them aligned with the latest UVE changes. - Updated 10 Docker Compose files under `docker/docker-compose-examples/` - Affected configurations: `single-node`, `single-node-demo-site`, `single-node-debug-mode`, `cluster-mode`, `push-publish`, `with-opensearch-dashboard`, `with-redis`, `with-redis-session` - Most entries are commented out (used for local testing); only `single-node-demo-site` has the URL active by default ## Linked Issues Closes #35211 ## Testing No functional changes — this only updates the starter bundle version referenced in Docker Compose example files. Manual verification: spin up `single-node-demo-site` and confirm it pulls the `20260409` starter. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Only updates example Docker Compose configuration values, mainly commented-out `CUSTOM_STARTER_URL`s, with no application code changes. Risk is limited to users relying on these examples pulling a different starter bundle. > > **Overview** > Updates Docker Compose example configs to reference the `20260409` starter bundle instead of `20260331` via `CUSTOM_STARTER_URL`. > > Most changes are commented example settings; `single-node-demo-site/docker-compose.yml` updates the active `CUSTOM_STARTER_URL` used by default. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 12ec8a8. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 19aaed7 commit f57f4c9

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/20260331/starter-20260331.zip'
47+
#CUSTOM_STARTER_URL: 'https://repo.dotcms.com/artifactory/libs-release-local/com/dotcms/starter/20260409/starter-20260409.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/20260331/starter-20260331.zip'
24+
#CUSTOM_STARTER_URL: 'https://repo.dotcms.com/artifactory/libs-release-local/com/dotcms/starter/20260409/starter-20260409.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/20260331/starter-20260331.zip'
53+
#CUSTOM_STARTER_URL: 'https://repo.dotcms.com/artifactory/libs-release-local/com/dotcms/starter/20260409/starter-20260409.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/20260331/starter-20260331.zip'
118+
#CUSTOM_STARTER_URL: 'https://repo.dotcms.com/artifactory/libs-release-local/com/dotcms/starter/20260409/starter-20260409.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/20260331/starter-20260331.zip'
60+
#CUSTOM_STARTER_URL: 'https://repo.dotcms.com/artifactory/libs-release-local/com/dotcms/starter/20260409/starter-20260409.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/20260331/starter-20260331.zip'
60+
CUSTOM_STARTER_URL: 'https://repo.dotcms.com/artifactory/libs-release-local/com/dotcms/starter/20260409/starter-20260409.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/20260331/starter-20260331.zip'
64+
#CUSTOM_STARTER_URL: 'https://repo.dotcms.com/artifactory/libs-release-local/com/dotcms/starter/20260409/starter-20260409.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/20260331/starter-20260331.zip'
69+
#CUSTOM_STARTER_URL: 'https://repo.dotcms.com/artifactory/libs-release-local/com/dotcms/starter/20260409/starter-20260409.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/20260331/starter-20260331.zip'
54+
#CUSTOM_STARTER_URL: 'https://repo.dotcms.com/artifactory/libs-release-local/com/dotcms/starter/20260409/starter-20260409.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/20260331/starter-20260331.zip'
51+
#CUSTOM_STARTER_URL: 'https://repo.dotcms.com/artifactory/libs-release-local/com/dotcms/starter/20260409/starter-20260409.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/20260331/starter-20260331.zip'
29+
#CUSTOM_STARTER_URL: 'https://repo.dotcms.com/artifactory/libs-release-local/com/dotcms/starter/20260409/starter-20260409.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)