Hi Karaf team,

my plan is to ship our custom karaf distribution by docker. What we
currently do is populating the /system folder with all required bundles and
declare the desired features as boot features, so that when the docker
container starts in an offline environment, our applications gets
bootstrapped.

I would like to improve this scenario by provisioning "pre-installed
features" (everything that goes to /data at karaf startup) at build time
(maven plugin ?) to my distro so that I can detect bundle incompatibilities
at build und container startups run faster (because of already installed
features).

Is this possible without having to start/stop Karaf in my maven build to
generate temporary data?

I know, there is a karaf docker feature, but this doesn't seem to help.

Kind regards, Björn



--
Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html

Reply via email to