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

Add source urls to docker so tools can find sourcecode #506

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

halkeye
Copy link
Contributor

@halkeye halkeye commented Apr 17, 2024

For tools like renovate or dependabot, they like to put changelog notes in PRs updating deps. Having the labels allows the tools to link it back to sourcecode and share commits/release notes

If you want, I can update your github actions to use docker/metadata-action like i did for https://github.com/plankanban/planka/pull/680/files

For tools like renovate or dependabot, they like to put changelog notes in PRs updating deps. Having the labels allows the tools to link it back to sourcecode and share commits/release notes
@awesome-manuel
Copy link
Member

If you want, I can update your github actions to use docker/metadata-action like i did for https://github.com/plankanban/planka/pull/680/files

What kind of labels does this add in addition?

@awesome-manuel awesome-manuel merged commit a2e47cb into Awesome-Technologies:master Apr 17, 2024
1 check passed
@halkeye
Copy link
Contributor Author

halkeye commented Apr 17, 2024

What kind of labels does this add in addition?

Thats a very good question, I never really looked closely

for the test image I mentioned in that PR

regctl image config --format '{{ jsonPretty .Config.Labels }}' ghcr.io/halkeye/halkeye/planka
{
  "org.opencontainers.image.created": "2024-04-06T22:45:12.125Z",
  "org.opencontainers.image.description": "The realtime kanban board for workgroups built with React and Redux.",
  "org.opencontainers.image.licenses": "AGPL-3.0",
  "org.opencontainers.image.revision": "3e442ffeece7aa986a8b25e433134de273902d93",
  "org.opencontainers.image.source": "https://github.com/halkeye/planka",
  "org.opencontainers.image.title": "planka",
  "org.opencontainers.image.url": "https://github.com/halkeye/planka",
  "org.opencontainers.image.version": "1.16.2-test-pr"
}

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