[Docs] Fix instructions for build plug-in and devfile registries #17510
Labels
area/devfile-registry
area/doc
Issues related to documentation
area/plugin-registry
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P2
Has a minor but important impact to the usage or development of the system.
Is your enhancement related to a problem? Please describe.
The docs describing how to build a new version of the plug-in and devfile registries instruct the user to run
docker build -t my-registry image .
. The two repositories now rely on a build script.Describe the solution you'd like
The documentation should be changed to reflect how these images are currently built, using their respective build scripts.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: