[release/13.0] Update/bump container image tags for hosting components#12646
Merged
joperezr merged 7 commits intorelease/13.0from Nov 6, 2025
Merged
[release/13.0] Update/bump container image tags for hosting components#12646joperezr merged 7 commits intorelease/13.0from
joperezr merged 7 commits intorelease/13.0from
Conversation
- ServiceBus: SqlServerTag 2022-latest -> 2025-latest - Kafka: Tag 8.0.0 -> 8.1.0 - Keycloak: Tag 26.3 -> 26.4 - MongoDB: Tag 8.0 -> 8.2 - MySql: Tag 9.4 -> 9.5 - NATS: Tag 2.11 -> 2.12 - Oracle: Tag 23.9.0.0 -> 23.26.0.0 - Postgres: Tag 17.6 -> 18.0; PgAdminTag 9.7.0 -> 9.9.0 - Qdrant: Tag v1.15.4 -> v1.15.5 - RabbitMQ: Tag 4.1 -> 4.2
- Add --no-data-checksums to POSTGRES_INITDB_ARGS to avoid init failures when reusing existing volumes (PG18+ enables data checksums by default). - Change data volume and bind mount target from /var/lib/postgresql/data to /var/lib/postgresql to support PG18+'s major-version-specific subdirectories. - Add explanatory comments for both changes.
Contributor
Author
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 12646Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 12646" |
Member
|
As agreed offline with @DamianEdwards I pushed a change to undo the PostgreSQL major version bump until we get more bake-time and testing done in main. |
davidfowl
approved these changes
Nov 6, 2025
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Backport of #12459 to release/13.0
/cc @joperezr
Customer Impact
Testing
Risk
Regression?