Releases: augi/gradle-docker-java
Releases · augi/gradle-docker-java
Settings to copy files to Docker working directory
It's array of File
s named filesToCopy
. #7
Default Docker images updated
1.6.5 newer default images
Docker configuration directory removed correctly
1.6.4 Docker configuration directory removed correctly
Build arguments for custom Dockerfile
1.6.3 build arguments for custom Dockerfile
Custom Dockerfile
It's possible to specify path to a custom Dockerfile. It's useful e.g. if you want to use this plugin to handle the image pushing only.
Application arguments
It's possible to pass custom arguments to your application.
Slim image used instead of Alpine for Java 8 on Linux
The Alpine version of image is not updated anymore so we are switching to debian:slim
base image.
New Docker images used, Docker working directory configurable
1.5.0 make Docker working directory configurable Fixes #5
Support for custom labels
1.4.0 support for custom labels
Make username optional
It's handy in situations when the global Docker config file already contains the authorization token.