Conversation
Updates CUSTOM_STARTER_URL across all Docker Compose example configurations from version 20260331 to 20260409, keeping them aligned with the latest changes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 tasks
Contributor
|
Claude finished @rjvelazco's task in 40s —— View job Claude finished @rjvelazco's task in 33s —— View job I'll analyze this and get back to you. |
…-to-image-block-update-starter
KevinDavilaDotCMS
approved these changes
Apr 9, 2026
adrianjm-dotCMS
approved these changes
Apr 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Updates
CUSTOM_STARTER_URLacross all Docker Compose example configurations from version20260331to20260409, keeping them aligned with the latest UVE changes.docker/docker-compose-examples/single-node,single-node-demo-site,single-node-debug-mode,cluster-mode,push-publish,with-opensearch-dashboard,with-redis,with-redis-sessionsingle-node-demo-sitehas the URL active by defaultLinked 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-siteand confirm it pulls the20260409starter.Note
Low Risk
Only updates example Docker Compose configuration values, mainly commented-out
CUSTOM_STARTER_URLs, 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
20260409starter bundle instead of20260331viaCUSTOM_STARTER_URL.Most changes are commented example settings;
single-node-demo-site/docker-compose.ymlupdates the activeCUSTOM_STARTER_URLused by default.Reviewed by Cursor Bugbot for commit 12ec8a8. Bugbot is set up for automated code reviews on this repo. Configure here.
This PR fixes: #35211