holdmail icon indicating copy to clipboard operation
holdmail copied to clipboard

Create Docker image from build output

Open johnament opened this issue 8 years ago • 0 comments

Question/Issue Overview

Implement a docker container from the build using a gradle plugin that can generate docker containers

https://github.com/bmuschko/gradle-docker-plugin for instance is a plugin that can do this, without a Dockerfile

Current Behavior

While we have a Dockerfile checked in with docker compose, it requires mysql. For smaller use cases it would be useful to have a base image that didn't require an external database.

johnament avatar May 26 '17 00:05 johnament