Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nebula-plugins/nebula-docker-plugin
Plugin to help with assembling Docker images from Java apps in the context of using Nebula
https://github.com/nebula-plugins/nebula-docker-plugin
Last synced: 3 months ago
JSON representation
Plugin to help with assembling Docker images from Java apps in the context of using Nebula
- Host: GitHub
- URL: https://github.com/nebula-plugins/nebula-docker-plugin
- Owner: nebula-plugins
- License: apache-2.0
- Archived: true
- Created: 2016-10-25T20:38:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-30T01:05:35.000Z (over 4 years ago)
- Last Synced: 2024-05-16T13:42:05.886Z (9 months ago)
- Language: Groovy
- Size: 562 KB
- Stars: 21
- Watchers: 20
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gradle - nebula-docker-plugin - Nebula gradle plugin for reducing boilerplate in creating docker images. (Plugins / VM and container)
README
# Nebula Docker Plugin (Deprecated)
![Support Status](https://img.shields.io/badge/nebula-supported-brightgreen.svg)
[![Build Status](https://travis-ci.com/nebula-plugins/nebula-docker-plugin.svg?branch=master)](https://travis-ci.com/nebula-plugins/nebula-docker-plugin)
[![Coverage Status](https://coveralls.io/repos/nebula-plugins/nebula-docker-plugin/badge.svg?branch=master&service=github)](https://coveralls.io/github/nebula-plugins/nebula-docker-plugin?branch=master)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/nebula-plugins/nebula-docker-plugin?utm_source=badgeutm_medium=badgeutm_campaign=pr-badge)
[![Apache 2.0](https://img.shields.io/github/license/nebula-plugins/nebula-docker-plugin.svg)](http://www.apache.org/licenses/LICENSE-2.0)Plugin to help with assembling Docker images from Java apps. This is a very opinionated plugin (in the spirit of Nebula) regarding the layout of the docker image.
# Quick Start
Refer to the [Gradle Plugin Portal](https://plugins.gradle.org/plugin/nebula.docker) for instructions on how to apply the plugin.
# Documentation
The project wiki contains the [full documentation](https://github.com/nebula-plugins/nebula-docker-plugin/wiki) for the plugin.