Skip to content

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