Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: v2
Choose a base branch
from

Conversation

0xC4N1
Copy link

@0xC4N1 0xC4N1 commented Aug 28, 2017

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.

bvanderlaan pushed a commit to bvanderlaan/docker-registry-frontend that referenced this pull request Jun 9, 2018
Docker has deprecated the  stanza in favour of the
label (https://docs.docker.com/v17.03/engine/reference/builder/)

This change set updates the UI to first look for the maintainer label when
showing the author of the image. If the Image does not have a mainatiner
label it will fall back tot he maintainer stanza.

This was pulled from PR kwk#174 by 0xC4N1 in the parent repo
bvanderlaan pushed a commit to bvanderlaan/docker-registry-frontend that referenced this pull request Jun 9, 2018
Docker has deprecated the  stanza in favour of the
label (https://docs.docker.com/v17.03/engine/reference/builder/)

This change set updates the UI to first look for the maintainer label when
showing the author of the image. If the Image does not have a mainatiner
label it will fall back tot he maintainer stanza.

This was pulled from PR kwk#174 by 0xC4N1 in the parent repo
bvanderlaan pushed a commit to bvanderlaan/docker-registry-frontend that referenced this pull request Jun 9, 2018
Docker has deprecated the  stanza in favour of the
label (https://docs.docker.com/v17.03/engine/reference/builder/)

This change set updates the UI to first look for the maintainer label when
showing the author of the image. If the Image does not have a mainatiner
label it will fall back tot he maintainer stanza.

This was pulled from PR kwk#174 by 0xC4N1 in the parent repo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants