-
Notifications
You must be signed in to change notification settings - Fork 44
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
Changed azurecr
references to ghcr
#893
Conversation
Thanks for finding these! Our new registry is |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-bush-0cc2a4f1e-893.westus2.3.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-bush-0cc2a4f1e-893.westus2.3.azurestaticapps.net |
docs/content/guides/recipes/howto-author-recipes/snippets/environment.bicep
Outdated
Show resolved
Hide resolved
docs/content/reference/resource-schema/core-schema/container-schema/_index.md
Outdated
Show resolved
Hide resolved
image: radiusdev.ghcr.io/magpie:latest |
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.
Need help identifying if this package called magpie
maps to magpieo
, ghcr.io/radius-project/magpiego:latest
.
docs/content/reference/resource-schema/core-schema/environment-schema/index.md
Outdated
Show resolved
Hide resolved
docs/content/reference/resource-schema/core-schema/extender/snippets/extender-manual.bicep
Outdated
Show resolved
Hide resolved
docs/content/reference/resource-schema/core-schema/extender/snippets/extender-recipe.bicep
Outdated
Show resolved
Hide resolved
.../content/reference/resource-schema/dapr-schema/dapr-pubsub/snippets/dapr-pubsub-manual.bicep
Outdated
Show resolved
Hide resolved
.../reference/resource-schema/dapr-schema/dapr-statestore/snippets/dapr-statestore-recipe.bicep
Outdated
Show resolved
Hide resolved
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-bush-0cc2a4f1e-893.westus2.3.azurestaticapps.net |
Co-authored-by: Aaron Crawfis <[email protected]>
Azure Static Web Apps: Your stage site is ready! Visit it here: https://calm-bush-0cc2a4f1e-893.westus2.3.azurestaticapps.net |
* Change references to * Fixed paths of GHCR * GHCR fixes * Fixed GHCR * Apply suggestions from code review Co-authored-by: Aaron Crawfis <[email protected]> --------- Co-authored-by: Aaron Crawfis <[email protected]> Signed-off-by: jasonviviano <[email protected]>
Thank you for helping make the Radius documentation better!
Please follow this checklist before submitting:
In addition, please fill out the following to help reviewers understand this pull request:
Description
Tested out packages by running the following command:
docker pull ghcr.io/.....
.Following packages are still missing possibly:
Pulling the
ghcr.io/radius-project/recipes/local-dev/
packages all result in the following output:unable to fetch descriptor (sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855) which reports content size of zero: invalid argument
Auto-generated description
🤖 Generated by Copilot at 5cb6d26
Summary
🚚📝🆕
This pull request updates the documentation and code snippets to use the new public registry
radius.ghcr.io
instead of the old oneradius.azurecr.io
. This change affects the guides for installing Radius on Kubernetes, authoring and registering custom recipes, authoring apps with various resources and networking options, and deploying apps with environments.Walkthrough
radius.azurecr.io
toradius.ghcr.io
in various code snippets and guides (link, link, link, link, link, link, link, link, link, link, link, link, link, link, link, link)ghcr.io
toradius.ghcr.io
incontainer-wi.bicep
code snippet (link)radius.azurecr.io
toradius.ghcr.io
inrad recipe list
output (link)radius.azurecr.io
toradius.ghcr.io
in Kubernetes installation instructions (link)radius.azurecr.io
toradius.ghcr.io
in Helm configuration options (link)myregistry.azurecr.io
tomyregistry.ghcr.io
in recipe authoring instructions (link, link)Issue reference
#889