Jshift Kit :: Build :: Service :: Docker


License

License

http://www.apache.org/licenses/LICENSE-2.0.txt
Categories

Categories

Docker Container Virtualization Tools
GroupId

GroupId

io.jshift
ArtifactId

ArtifactId

jshift-kit-build-service-docker
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Jshift Kit :: Build :: Service :: Docker
Jshift Kit :: Build :: Service :: Docker

Download jshift-kit-build-service-docker

How to add to project

<!-- https://jarcasting.com/artifacts/io.jshift/jshift-kit-build-service-docker/ -->
<dependency>
    <groupId>io.jshift</groupId>
    <artifactId>jshift-kit-build-service-docker</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.jshift/jshift-kit-build-service-docker/
implementation 'io.jshift:jshift-kit-build-service-docker:0.1.0'
// https://jarcasting.com/artifacts/io.jshift/jshift-kit-build-service-docker/
implementation ("io.jshift:jshift-kit-build-service-docker:0.1.0")
'io.jshift:jshift-kit-build-service-docker:jar:0.1.0'
<dependency org="io.jshift" name="jshift-kit-build-service-docker" rev="0.1.0">
  <artifact name="jshift-kit-build-service-docker" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jshift', module='jshift-kit-build-service-docker', version='0.1.0')
)
libraryDependencies += "io.jshift" % "jshift-kit-build-service-docker" % "0.1.0"
[io.jshift/jshift-kit-build-service-docker "0.1.0"]

Dependencies

compile (11)

Group / Artifact Type Version
io.jshift : jshift-kit-build-api jar 0.1.0
io.jshift : jshift-kit-build-maven jar 0.1.0
io.jshift : jshift-kit-config-image jar 0.1.0
io.jshift : jshift-kit-common jar 0.1.0
com.google.code.gson : gson jar 2.8.5
org.apache.commons : commons-lang3 jar 3.8.1
org.apache.commons : commons-compress jar 1.18
org.apache.httpcomponents : httpclient jar 4.5.6
com.github.jnr : jnr-unixsocket jar 0.12
org.bouncycastle : bcpkix-jdk15on jar 1.57
org.apache.commons : commons-text jar 1.1

test (3)

Group / Artifact Type Version
org.jmockit : jmockit jar 1.43
junit : junit jar 4.11
org.hamcrest : hamcrest-all jar 1.3

Project Modules

There are no modules declared in this project.

jshift-kit

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.

Circle CI Maintainability Rating Gitter Coverage

This project contains various building blocks for the jshift developer toolbox.

Actually it contains the following abstractions which has been extracted from both projects:

  • Generator framework for automatically generating Docker images by examining project information.
    Maven Central Javadocs
  • Enricher framework for creating and enhancing Kubernetes and OpenShift resources.
    Maven Central Javadocs
  • Profile combining the configuration for generators and enrichers.
    Maven Central Javadocs
  • Resource configuration model objects for a simplified configuration of Kubernetes and OpenShift resources.
    Maven Central Javadocs
  • Image configuration model objects for modeling Docker image configuration as used in docker-maven-plugin.
    Maven Central Javadocs

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.

Roadmap

  • Extract enricher framework from fabric8-maven-plugin
  • Extract Image configuration model from docker-maven-plugin
  • Extract Resource configuration from fabric8-maven-plugin
  • Extract Generator framework from fabric8-maven-plugin
  • Extract Profile handling from fabric8-maven-plugin
  • Extract Spring Boot generators, enricher and watcher in a Github repo fabric8-kit-spring-boot
  • Extract Vert.x generator and enricher in a Github repo fabric8-kit-vertx
  • Extract Wildfly Swarm generator and enricher in a Github repo fabric8-kit-wildfly-swarm
  • Extract all other generators into fabric8-kit-generator
  • Extract all other enrichers into fabric8-kit-enricher, separate here between Maven specific and non-Maven specific enrichers
  • Switch docker-maven-plugin to use this image config model
  • Add generator functionality to docker-maven-plugin
  • Switch fabric8-maven-plugin to use this resource config model
  • Switch fabric8-maven-plugin to use enricher, generators, profiles from here
io.jshift

Jshift

This Project has moved to Eclipse JKube: https://github.com/eclipse/jkube

Versions

Version
0.1.0