You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
* Enable a docker plugin for build time image creation (#27)
* Changing the automation to use public bintray registry. Adding information to README.
* Updating compose example to point to private registry.
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.
The text was updated successfully, but these errors were encountered: