Closed grkvlt closed 7 years ago
Why from http to classpath? Performance?
Ah no maybe it's for weird networks where those resources may be nor reachable
So that the BOM file can be loaded onto a Brooklyn server running somewhere that does not have Internet access, such as many large enterprises.
@grkvlt, have you checked if we have the rights to incorporate all these images in clocker? Do they meet whatever terms of use they have?
@drigodwin good point, will review the terms of use and update if required
See guidelines for Kubernetes, also others. Will document these links on the Wiki here.
@drigodwin have added license details for icons
Important This is required to let the Kubernetes catalog entries load when there is no external (public Internet) connectivity available to AMP.
Updates
iconUrl
to point at local files withclasspath://
URIs and adds the icons as resources. Copies the brooklyn-dns BOM file to the target Jar so that it can be imported from aclasspath://
URI also.