Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Please have a look at the official docker documentation for further information about docker.

Create a docker image based on odysseus

You can create a docker image with additional features installed by using the following inside the docker file:

This example installes the RabbitMQ feature:

Code Block
RUN /usr/lib/odysseus/odysseus -application org.eclipse.equinox.p2.director -repository https://odysseus.informatik.uni-oldenburg.de/updatesite/odysseus_all_new/stable/origin/master/latest/ -installIU de.uniol.inf.is.odysseus.wrapper.rabbitmq.feature.feature.group -destination /usr/lib/odysseus/ -profile SDKProfile

Example of a full dockerfile with (CQL):

TODO