kwk / docker-registry-frontend

Browse and modify your Docker registry in a browser.
https://registry.hub.docker.com/u/konradkleine/docker-registry-frontend/
MIT License
1.68k stars 616 forks source link

feat(maintainer-label): display maintainer label as author #174

Open 0xC4N1 opened 7 years ago

0xC4N1 commented 7 years ago

Docker considers the MAINTAINER instruction as deprecated and suggests to move the maintainer information to the labels.

This pull request implements support for both variants and prefers the maintainer label if available.