kocolosk commented on a change in pull request #59: Introduce a CI/CD-friendly 
Dockerfile
URL: https://github.com/apache/couchdb-docker/pull/59#discussion_r162522512
 
 

 ##########
 File path: dev/Dockerfile
 ##########
 @@ -10,74 +10,130 @@
 # License for the specific language governing permissions and limitations under
 # the License.
 
-FROM debian:jessie
+# Base layer containing dependencies needed at runtime. This layer will be
+# cached after the initial build.
+FROM debian:jessie AS runtime
 
-MAINTAINER CouchDB Developers [email protected]
+LABEL maintainer="CouchDB Developers <[email protected]>"
 
 Review comment:
   Yes, MAINTAINER is listed as deprecated in the Dockerfile docs:
   
   https://docs.docker.com/engine/reference/builder/#maintainer-deprecated
   
   Will file another PR, thanks.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to