KaotoIO / kaoto-backend

Backend for the Kaoto project to provide an easy to use integration framework based on Apache Camel.
Apache License 2.0
75 stars 32 forks source link

[Quickstart] Create a docker image to easily run Kaoto #14

Closed Delawen closed 2 years ago

Delawen commented 2 years ago

Create a docker image that contains both frontend and backend so it is easy to test.

Build and push nightly.

Delawen commented 2 years ago

Hitting this bug: https://github.com/quarkusio/quarkus/issues/21372

Delawen commented 2 years ago

There is a temporal docker image without jgit for the backend at https://hub.docker.com/u/kaotoio

The frontend docker image will be created reusing that one so everything is inside one single docker image for easiness of testing. Not for production purposes.