projectatomic / ContainerApplicationGenericLabels

Default Containerized Application Labels used to document the application and/or image
68 stars 29 forks source link

maintainer instruction is deprecated as of docker engine 1.13 #78

Closed TomasTomecek closed 7 years ago

TomasTomecek commented 7 years ago

We should introduce a substitution for MAINTAINER instruction:

https://github.com/docker/docker/pull/25466

What would it be? maintainer, contact, upstream?

aweiteka commented 7 years ago

I think maintainer makes the most sense given the history. It would be an optional attribute since it's most relevant for single-developer container images, preferring vendor to identify container images from a software company.

TomasTomecek commented 7 years ago

@aweiteka agreed. Shall I open a PR?

aweiteka commented 7 years ago

Yes, that would be great. Thanks.