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

Extract title/description from the annotations? #4

Open
owtaylor opened this issue Oct 3, 2017 · 0 comments
Open

Extract title/description from the annotations? #4

owtaylor opened this issue Oct 3, 2017 · 0 comments
Labels

Comments

@owtaylor
Copy link
Owner

owtaylor commented Oct 3, 2017

When we format HTML, we extract a title and description by looking for:

org.opencontainers.image.title
label:org.label-schema.name
label:io.k8s.display-name
label:name
label:Name

org.opencontainers.image.description
label:org.label-schema.description
label:io.k8s.description
label:description
label:Description

in that order. But it's not possible to query on name/description, and any client that retrieves the metadata has to do a similar process. Perhaps we should extract the name, description and include it as extra fields on the image. These could then be full-text indexed and used for free-form searches: dynamic/?q=database or something like that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant