j13k opened a new issue #126: MAINTAINER instruction in Dockerfile is deprecated URL: https://github.com/apache/couchdb-docker/issues/126 According to the Dockerfile reference, `MAINTAINER` has been deprecated in favour of using the `LABEL` instruction: https://docs.docker.com/engine/reference/builder/#maintainer-deprecated. So, the instruction on L15: https://github.com/apache/couchdb-docker/blob/3965c3e8ee5aeecefb64c37c507ddd814f20d9a8/2.3.0/Dockerfile#L15 Would, for example, be: ``` LABEL maintainer="CouchDB Developers [email protected]" ```
---------------------------------------------------------------- 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
