Note: This repository has been moved to Eclipse Jkube. In case you want to contribute please send PRs to https://github.com/eclipse/jkube repo.
This project contains various building blocks for the jshift developer toolbox.
Actually it contains the following abstractions which has been extracted from both projects:
-
Jshift-kit, which consists of the following:
- Generator framework for automatically generating Docker images by examining project information.
- Enricher framework for creating and enhancing Kubernetes and OpenShift resources.
- Profile combining the configuration for generators and enrichers.
- Resource configuration model objects for a simplified configuration of Kubernetes and OpenShift resources.
- Image configuration model objects for modeling Docker image configuration as used in docker-maven-plugin.
- Generator framework for automatically generating Docker images by examining project information.
One intention of extracting these parts from the originating plugins is also to separate Maven related and non-Maven related functionality so that the non-Maven parts can be reused for other build systems and IDEs like Gradle or Eclipse. Some thin adapter Maven specific modules like jshift-kit-enricher-maven and jshift-kit-generator-maven are provided as glue to get to the Maven specific build information like the project's coordinates.
By moving out common parts it will be now also be possible for the docker-maven-plugin to benefit from the generator framework for zero-config creation of Docker images.