License |
License |
---|---|
Categories |
CategoriesMaven Build Tools Docker Container Virtualization Tools Net |
GroupId | GroupIdnet.oneandone.maven.plugins |
ArtifactId | ArtifactIddockerbuild |
Last Version | Last Version1.2.2 |
Release Date | Release Date |
Type | Typemaven-plugin |
Description |
DescriptionMaven 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 |
Project Organization |
Project Organization1&1 |
Filename | Size |
---|---|
dockerbuild-1.2.2.pom | |
dockerbuild-1.2.2.jar | 32 KB |
dockerbuild-1.2.2-test-sources.jar | 3 KB |
dockerbuild-1.2.2-sources.jar | 17 KB |
dockerbuild-1.2.2-javadoc.jar | 148 KB |
Browse |
<plugin>
<groupId>net.oneandone.maven.plugins</groupId>
<artifactId>dockerbuild</artifactId>
<version>1.2.2</version>
</plugin>
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 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.6.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |