Docker "MAINTAINER" instruction is deprecated
michaelherold opened this issue · 2 comments
michaelherold commented
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
dblandin commented
Definitely! I'll see about making that spec change 👌