mbredel / thesis-template

A LaTeX template for Bachelor and Master thesis
GNU General Public License v3.0
87 stars 85 forks source link

Dockerfiles: Use LABEL instead of MAINTAINER #12

Closed Croydon closed 3 years ago

Croydon commented 3 years ago

The MAINTAINER instruction is deprecated since Docker 1.13.0 and should not be used anymore.

Instead the more flexible LABEL instruction can be used

Documentation:

https://docs.docker.com/engine/deprecated/#maintainer-in-dockerfile

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