Per https://docs.docker.com/engine/reference/builder/#maintainer-deprecated MAINTAINER is deprecated, but there is a reference is using a label to fill this purpose. ``` LABEL maintainer="cass-config-builder community https://github.com/datastax/cass-config-builder" ``` Thoughts?