docs: migrate standalone dashboard image references - #1679
Draft
David Pine (IEvangelist) wants to merge 2 commits into
Draft
David Pine (IEvangelist) wants to merge 2 commits into
David Pine (IEvangelist) wants to merge 2 commits into
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This was referenced Sep 16, 2026
Contributor
Frontend HTML artifact readyThe latest frontend build uploaded the This comment updates automatically when a new frontend build artifact is uploaded. |
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
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.
Summary
DO NOT MERGE until both canonical stable
latestand canonical nightlylatestdashboard images are published and the upstream sample correction is merged and synchronized from main. This is intentionally a draft, not a live-docs rollout.mcr.microsoft.com/aspire/dashboard:latest, preserving container names, ports, authentication, telemetry limits, and CORS settings.lateststays on Aspire 13; it is not an alias for canonicallatest.mcr.microsoft.com/aspire/nightly/dashboard:latestin all four English and Japanese deployment Compose examples. This is a floating nightly tag, not a stable release or a guarantee of the installed publisher's default output; actual publisher output can use a different repository or pin a version-line tag.Dependencies and publication gates
d27a95bf747c6498a38c13cc190904b8d24737ed. The normal generator was run withSAMPLES_BRANCH=ievangelist-dashboard-image-sample-draft; its output matches the intended staged catalog exactly. Rerun against normalmainafter the source PR merges, before merging this PR.latest, nightlylatest, nightly13.6, and nightly14.0. Verify bothmcr.microsoft.com/aspire/dashboard:latestandmcr.microsoft.com/aspire/nightly/dashboard:latestare published before merging: the copyable examples consume both.14.0exists. Nothing in this PR promises backfill or changes installed tooling's generated output.Third-party links and affiliations
None. Added catalog links point to Microsoft's own Microsoft Container Registry.
Validation
main(2ed75d859a3a5e90d00ad388dec592dea3cd8bc1). For the nightly-latest correction, fetched currentmainwithout rebasing the existing PR branch (one upstream-only commit at that check).pnpm --dir .\src\frontend exec vitest run --config vitest.config.ts tests/unit/dashboard-image-references.vitest.test.ts tests/unit/dashboard-agent-commands.vitest.test.ts tests/unit/update-samples.vitest.test.ts: 55 passed, rerun after the nightly-latest correction; also passed after the earlier source regeneration.pnpm --dir .\src\frontend exec eslint tests/unit/dashboard-image-references.vitest.test.ts --max-warnings 0: passed after the correction.$env:SAMPLES_BRANCH='ievangelist-dashboard-image-sample-draft'; pnpm --dir .\src\frontend update:samples: fetched all 27 samples successfully during the original change; no additional catalog changes beyond the intended README references. Generator/icon side effects were excluded.git diff --cached --check: passed. Full PR: nine intended files, 148 insertions and 17 deletions. Follow-up correction: three files, 11 insertions and 11 deletions, committed separately as902db3d5d8e31951d6c169681393e61efc94f4f9.pnpm buildwas run, as requested. Canonical-image runtime verification remains blocked on publication; this draft must not be treated as proof that the new image references currently pull successfully.