Last Version

Maven Dockerbuild Plugin 1.2.2

Maven plugin to build Docker images from a Dockerfile. The main idea is to store this Dockerfile in a *dockerbuild* artifact and manage it centrally in your favorite Naven repository. To build an image, this plugin resolves the dockerbuild artifact, unpacks it into the build context directory, adds necessary artifacts, and runs a Docker build on it.

License

License

Categories

Categories

Maven Build Tools Docker Container Virtualization Tools Net
GroupId

GroupId

net.oneandone.maven.plugins
ArtifactId

ArtifactId

dockerbuild
Version

Version

1.2.2
Type

Type

maven-plugin
Description

Description

Maven Dockerbuild Plugin
Maven plugin to build Docker images from a Dockerfile. The main idea is to store this Dockerfile in a *dockerbuild* artifact and manage it centrally in your favorite Naven repository. To build an image, this plugin resolves the dockerbuild artifact, unpacks it into the build context directory, adds necessary artifacts, and runs a Docker build on it.
Project URL

Project URL

https://github.com/mlhartme/maven-dockerbuild-plugin
Project Organization

Project Organization

1&1

Download dockerbuild 1.2.2


<plugin>
    <groupId>net.oneandone.maven.plugins</groupId>
    <artifactId>dockerbuild</artifactId>
    <version>1.2.2</version>
</plugin>

Dependencies

compile (8)

Group / Artifact Type Version
com.github.docker-java : docker-java-core jar 3.2.5
com.github.docker-java : docker-java-transport-zerodep jar 3.2.5
net.oneandone : sushi jar 3.2.2
org.kamranzafar : jtar jar 2.3
com.google.code.gson : gson jar 2.8.6
org.apache.maven.shared : maven-filtering jar 3.2.0
org.apache.maven : maven-plugin-api jar 3.3.9
org.apache.maven : maven-core jar 3.3.9

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.6.1

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.7.0

Project Modules

There are no modules declared in this project.