Skip to content
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

[release/8.0] Fully qualify container images #3510

Merged
merged 3 commits into from
Apr 9, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 9, 2024

Backport of #3500 to release/8.0

/cc @davidfowl @eerhardt

Customer Impact

Our container images aren't working with Podman because Podman doesn't implicitly use docker.io when no registry is specified.

Testing

Automated tests updated.
Manually tested with Podman on Ubuntu. playground/TestShop works locally.

Risk

Pretty low. We are using the same images, just fully qualifying them now.

Regression?

No

Microsoft Reviewers: Open in CodeFlow

Podman doesn't default to the docker.io registry when no registry is listed. Fully qualify the container image and registry to avoid any issues with assuming a reference.

Fix #3423
- Be consistent with all hosting extensions and split the ImageTags into a separate static class
- Fix tests
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-app-model Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication label Apr 9, 2024
@eerhardt eerhardt added the Servicing-consider Issue for next servicing release review label Apr 9, 2024
@danmoseley danmoseley added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Apr 9, 2024
@danmoseley danmoseley merged commit 58da234 into release/8.0 Apr 9, 2024
7 checks passed
@danmoseley danmoseley deleted the backport/pr-3500-to-release/8.0 branch April 9, 2024 17:40
@danmoseley danmoseley mentioned this pull request Apr 12, 2024
@github-actions github-actions bot locked and limited conversation to collaborators May 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-app-model Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants