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

support microbadger labels #492

Open
jstrachan opened this issue Jun 21, 2016 · 1 comment
Open

support microbadger labels #492

jstrachan opened this issue Jun 21, 2016 · 1 comment

Comments

@jstrachan
Copy link
Contributor

these look handy:
https://microbadger.com/#/labels

@rhuss
Copy link
Collaborator

rhuss commented Jun 28, 2016

How can a support look like ? From http://label-schema.org/ we could extract certain immutable build type labels and try to extract them automatically. This could be switched on with a specific configuration option.

The current discussion about those labels can be found here.

AFAIS these labels could be extracted directly from build information in the pom.xml:

  • build-date
  • name
  • description
  • url
  • vcs-url
  • vcs-ref
  • vendor
  • version

From the <run> section we could extract:

  • docker.cmd

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

No branches or pull requests

2 participants