-
Notifications
You must be signed in to change notification settings - Fork 5
Add wash package registry configuration step to examples_component workflow #475
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
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: lachieh <1687902+lachieh@users.noreply.github.com>
lachieh
left a comment
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.
| [namespace_registries] | ||
| "wasmcloud.com" = { registry = "wasmcloud.com", metadata = { preferredProtocol = "oci", "oci" = { registry = "ghcr.io", namespacePrefix = "wasmcloud/interfaces/" } } } | ||
| EOF |
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.
@copilot make this change
| [namespace_registries] | |
| "wasmcloud.com" = { registry = "wasmcloud.com", metadata = { preferredProtocol = "oci", "oci" = { registry = "ghcr.io", namespacePrefix = "wasmcloud/interfaces/" } } } | |
| EOF | |
| [namespace_registries] | |
| "wasmcloud" = { registry = "wasmcloud.com", metadata = { preferredProtocol = "oci", "oci" = { registry = "ghcr.io", namespacePrefix = "wasmcloud/interfaces/" } } } | |
| EOF |
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.
Done in 2e660ae
Co-authored-by: lachieh <1687902+lachieh@users.noreply.github.com>
|
@vados-cosmonic can you take a look at this one? CI is failing because the registry config change and until the interfaces are mirrored to the new config, this overrides the config fetched from https://wasmcloud.com/.well-known/wasm-pkg/registry.json |
Injects namespace registry configuration into
~/.wash/package_config.tomlbeforewash buildto enable proper resolution of wasmCloud interface packages.Changes
~/.wash/package_config.tomlwith namespace registry configurationwasmcloudnamespace towasmcloud.comregistry via OCI protocol withghcr.io/wasmcloud/interfaces/prefixwash buildstep in the build jobOriginal prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.