eclipse-basyx / basyx-java-server-sdk

MIT License
60 stars 47 forks source link

Support Extending Docker Images with Plugin JARs via Classpath Mounting #468

Open aaronzi opened 2 months ago

aaronzi commented 2 months ago

Implement the ability to extend Docker images (e.g., AAS Repository) by allowing plugins to be integrated into the classpath through mounted JAR files. This will enable users to add custom functionalities or extend existing features without altering the base Docker image.