Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[kapua-dev] Splitting Docker images configuration into multiple modules

Hi,

Currently we have all Docker images defined in a single POM file [1]. The downside of this approach is that it is impossible to build/push only a single Docker image. Also it makes images configuration inheritance pretty complicated.

I'd like to create a dedicated Maven module called "docker" which is gonna contain one submodule per Docker image - for example "kapua-docker-broker", "kapua-docker-sql" and so forth.

First of all I wanted to check if that approach us OK for you. Also I'd like to know if develop branch is still in "release freeze" mode or can I work on this refactoring there?

Cheers! 

--
Henryk Konsek

Back to the top