Devfile icon caching for offline devfile registry #15090
Labels
area/devfile-registry
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P1
Has a major impact to usage or development of the system.
Milestone
Is your enhancement related to a problem? Please describe.
The offline devfile registry still refers to icons (stored in devfiles'
meta.yaml
) that aren't available in the offline environment. Instead, for offline builds, the devfile registry should cache icons and use the current offline-mode rewriting functionality to rewrite these URLs to point to the cached images.E.g. the meta.yaml should be rewritten to
which would get updated to
by the entrypoint script.
Related
#15089
The text was updated successfully, but these errors were encountered: