-
Notifications
You must be signed in to change notification settings - Fork 445
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docker maintainer is no longer required
- Loading branch information
Ben McCann
committed
Jan 14, 2015
1 parent
dce3994
commit 93ba266
Showing
1 changed file
with
1 addition
and
8 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 |
---|---|---|
|
@@ -33,13 +33,6 @@ Build | |
Required Settings | ||
~~~~~~~~~~~~~~~~~ | ||
|
||
Docker images require the following setting: | ||
|
||
.. code-block:: scala | ||
maintainer in Docker := "John Smith <[email protected]>" | ||
|
||
1.0 or higher | ||
~~~~~~~~~~~~~ | ||
|
@@ -143,7 +136,7 @@ Docker Base Image | |
.. code-block:: scala | ||
dockerBaseImage := "dockerfile/java" | ||
Docker Repository | ||
~~~~~~~~~~~~~~~~~ | ||
|
||
|