>>>>> Jean-Baptiste Onofre <j...@nanthrax.net>: > Thoughts ?
Not directly environment variable releated, but one thing I would like to see, is a simple way to add one or more feature repositories, and to add one or more features to the boot set. That's what I've done in my karaf based docker images. I've done it by copying in org.apache.karaf.features.cfg from a karaf distro and adding the feature repositories to featuresRepositories and the features to featuresBoot. That works great! But as you may remember: switching the karaf version and copying in the org.apache.karaf.features.cfg from an old karaf version can have strange results.