-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added changelog, updated docs to version 1.1
- Loading branch information
1 parent
042cbee
commit a93ce4c
Showing
3 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Changelog | ||
|
||
## Version 1.1 (2014-04-11) | ||
* Support for more Dockerfile commands: | ||
- WORKDIR | ||
- VOLUME | ||
- ENV | ||
* Add any raw Dockerfile command. | ||
* Set path to docker binary per task or globally. | ||
* Switched to official dockerfile/java base image as default. | ||
* Fixed path seperator bug for integration testing on Windows. | ||
|
||
Many thanks to the contributors: | ||
* [@sfitts](https://github.com/sfitts) | ||
* [@kernel164](https://github.com/kernel164) | ||
* [@nicarlsson](https://github.com/nicarlsson) | ||
* [@mattgruter](https://github.com/mattgruter) | ||
|
||
|
||
## Version 1.0 (2013-12-16) | ||
Initial public release | ||
* Task type "Docker" to: | ||
- create Dockerfiles | ||
- build a Docker image from above Dockerfile | ||
- push the Docker image to the privat or public index | ||
* Convention task "distDocker" to build an image from the gradle applicationDistribution | ||
* Plugin extension to apply configuration to all Docker tasks |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters