-
Notifications
You must be signed in to change notification settings - Fork 97
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
Update devcontainer publishing path #6967
Conversation
This updates the devcontainer publishing path to (hopefully): ``` ghcr.io/radius-project/devcontainer-features/radcli:latest ``` This matches the container that everyone seems to be following at: https://containers.dev/collections In particular I don't want the repo name to be part of the path, because we will probably change repos in the future. Signed-off-by: Ryan Nowak <[email protected]>
@lechnerc77 can you take a look? This should just be changing the path. |
@rynowak changes look good. The added option in the GH workflow should do the trick and replace the path as you are aiming for. The other replacements are consisten with that. |
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
@@ -8,7 +8,7 @@ This will install the latest stable release of the `rad` CLI. | |||
|
|||
```json | |||
"features": { | |||
"ghcr.io/devcontainers/radius/radiuscli:latest": { | |||
"ghcr.io/radius-project/devcontainer-features/radcli: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.
This is what the updated path will be. ghcr.io/radius-project/radius/radcli:latest
is the current path.
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Description
This updates the devcontainer publishing path to (hopefully):
This matches the container that everyone seems to be following at: https://containers.dev/collections
In particular I don't want the repo name to be part of the path, because we will probably change repos in the future.
Type of change
Part of: #6923
Auto-generated summary
copilot:all