jar

net.oneandone.maven.plugins : dockerbuild

Maven & Gradle

Jun 23, 2021
1 stars

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.

Table Of Contents

Latest Version

Download net.oneandone.maven.plugins : dockerbuild JAR file - Latest Versions:

All Versions

Download net.oneandone.maven.plugins : dockerbuild JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window dockerbuild-1.2.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.oneandone.maven.plugins.dockerbuild.model

├─ net.oneandone.maven.plugins.dockerbuild.model.Arguments.class - [JAR]

├─ net.oneandone.maven.plugins.dockerbuild.model.BuildArgument.class - [JAR]

├─ net.oneandone.maven.plugins.dockerbuild.model.BuildListener.class - [JAR]

├─ net.oneandone.maven.plugins.dockerbuild.model.Context.class - [JAR]

├─ net.oneandone.maven.plugins.dockerbuild.model.Placeholders.class - [JAR]

net.oneandone.maven.plugins.dockerbuild

├─ net.oneandone.maven.plugins.dockerbuild.Base.class - [JAR]

├─ net.oneandone.maven.plugins.dockerbuild.Build.class - [JAR]

├─ net.oneandone.maven.plugins.dockerbuild.Push.class - [JAR]

Advertisement