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.

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка Docker Контейнер Виртуализация Сеть
Группа

Группа

net.oneandone.maven.plugins
Идентификатор

Идентификатор

dockerbuild
Последняя версия

Последняя версия

1.2.2
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://github.com/mlhartme/maven-dockerbuild-plugin
Организация-разработчик

Организация-разработчик

1&1

Скачать dockerbuild

Как подключить последнюю версию

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

Зависимости

compile (8)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.6.1

test (1)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-engine jar 5.7.0

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0