-
Notifications
You must be signed in to change notification settings - Fork 799
Bump the microsoft_docker_images group across 3 directories with 1 update #14431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the microsoft_docker_images group across 3 directories with 1 update #14431
Conversation
…date Bumps the microsoft_docker_images group with 1 update in the /playground/withdockerfile/WithDockerfile.AppHost/qots directory: cbl-mariner/base/core. Bumps the microsoft_docker_images group with 1 update in the /playground/publishers/Publishers.AppHost/qots directory: cbl-mariner/base/core. Bumps the microsoft_docker_images group with 1 update in the /playground/withdockerfile/WithDockerfile.AppHost directory: cbl-mariner/base/core. Updates `cbl-mariner/base/core` from 2.0.20251206 to 2.0.20260102 Updates `cbl-mariner/base/core` from 2.0.20251206 to 2.0.20260102 Updates `cbl-mariner/base/core` from 2.0.20251206 to 2.0.20260102
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 14431Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 14431" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Updates the playground Dockerfiles to use a newer pinned mcr.microsoft.com/cbl-mariner/base/core image version, aligning runtime images on 2.0.20260102.
Changes:
- Bumped
cbl-mariner/base/corefrom2.0.20251206to2.0.20260102in the twoqots/Dockerfilefiles. - Changed
cbl-mariner/base/corefrom the floating2.0tag to pinned2.0.20260102in the dynamic Dockerfiles.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| playground/withdockerfile/WithDockerfile.AppHost/qots/Dockerfile | Bumps Mariner core runtime image to 2.0.20260102. |
| playground/withdockerfile/WithDockerfile.AppHost/dynamic-sync.Dockerfile | Pins Mariner core runtime image to 2.0.20260102 (from floating 2.0). |
| playground/withdockerfile/WithDockerfile.AppHost/dynamic-async.Dockerfile | Pins Mariner core runtime image to 2.0.20260102 (from floating 2.0). |
| playground/publishers/Publishers.AppHost/qots/Dockerfile | Bumps Mariner core runtime image to 2.0.20260102. |
|
|
||
| FROM mcr.microsoft.com/cbl-mariner/base/core:2.0 | ||
| FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20260102 | ||
| COPY --from=builder /app/qots /qots |
Copilot
AI
Feb 10, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR description/title say this is a bump from cbl-mariner/base/core:2.0.20251206 across 3 directories, but in this file the previous base image was :2.0 (floating) and this change pins it to a specific dated tag. Please update the PR description/title to reflect the pinning change (or keep the floating tag if that was the intent).
🎬 CLI E2E Test RecordingsThe following terminal recordings are available for commit
📹 Recordings uploaded automatically from CI run #21877645400 |
Updates cbl-mariner/base/core from 2.0.20251206 to 2.0.20260102 across playground Dockerfiles.