codeclimate/platform

Docker "MAINTAINER" instruction is deprecated

michaelherold opened this issue · 2 comments

Docker deprecated the "MAINTAINER " instruction in favor of "LABEL maintainer ". Perhaps we should update the CodeClimate Engine Spec to reflect this change in thinking?

See: https://docs.docker.com/engine/reference/builder/#/maintainer-deprecated

Definitely! I'll see about making that spec change 👌

Updated in #53. Thanks for the suggestion!