Skip to content

fix: use 10.0-preview Docker tags for .NET 10 preview#353

Merged
alanw707 merged 1 commit into
mainfrom
fix/dockerfile-dotnet10-preview-tag
Apr 10, 2026
Merged

fix: use 10.0-preview Docker tags for .NET 10 preview#353
alanw707 merged 1 commit into
mainfrom
fix/dockerfile-dotnet10-preview-tag

Conversation

@alanw707
Copy link
Copy Markdown
Owner

Summary

  • Fixed Dockerfile.backend and AI.ProfilePhotoMaker.API/Dockerfile to use 10.0-preview image tags
  • MCR returns 403 Forbidden for the bare 10.0 tag while .NET 10 is still in preview
  • This was causing the Simple Deploy pipeline to fail on docker build

Test plan

  • CI deploy pipeline passes (docker build succeeds with 10.0-preview tags)
  • Container starts and health check passes

🤖 Generated with Claude Code

MCR does not publish the bare `10.0` tag while .NET 10 is in preview,
causing 403 Forbidden during docker build. Switch both Dockerfiles to
`10.0-preview` until .NET 10 GA.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@alanw707 alanw707 merged commit 44457be into main Apr 10, 2026
@alanw707 alanw707 deleted the fix/dockerfile-dotnet10-preview-tag branch April 10, 2026 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant