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

Feature suggestion: metadata.json #341

Open
webysther opened this issue Jan 16, 2024 · 2 comments
Open

Feature suggestion: metadata.json #341

webysther opened this issue Jan 16, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@webysther
Copy link

Maybe help everyone support a metadata.json with a list of common projects and their respective common tags and let people create PR, with this the label can be used to override the default settings and use the metadata.json when no label exists when is expected.

@webysther webysther changed the title Feature suggestion Feature suggestion: metadata.json Jan 16, 2024
@fmartinou
Copy link
Owner

Hi @webysther ,

I like the idea 👍
I was already thinking about this feature for quite a time but I haven't found the time to add it so far.
My primary concern is how to keep these "metadata" easy to maintain without falling into a bottomless pit (because the docker image ecosystem is very disparate).

@fmartinou fmartinou self-assigned this Jan 24, 2024
@fmartinou fmartinou added the enhancement New feature or request label Jan 24, 2024
@webysther
Copy link
Author

webysther commented Jan 24, 2024

Hi @webysther ,

I like the idea 👍 I was already thinking about this feature for quite a time but I haven't found the time to add it so far. My primary concern is how to keep these "metadata" easy to maintain without falling into a bottomless pit (because the docker image ecosystem is very disparate).

I think can be used the ideia of renovate bot versioning as a start point, but like the game community, normally metadata catch mostly common use scenarios, we can maybe keep a filter for package and another for provider, with package override provider:

{
  "versioning": ["semver", "poetry", ...],
  "provider": {
     "linuxserver": ["semver"],
     "official": ["semver-coerced"]
     ...
  },
  "package": {
     "linuxserver/wireguard": '^\d{1,2}\.\d{1,2}\.\d{8}$$'
  }
}

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

No branches or pull requests

2 participants