Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@
],
"imageSize": 100,
"commit": false,
"contributors": [],
"contributors": [
{
"login": "jonesbusy",
"name": "Valentin Delaye",
"avatar_url": "https://avatars.githubusercontent.com/u/825750?v=4",
"profile": "https://github.com/jonesbusy",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 5,
"projectName": "quarkus-oras",
"projectOwner": "quarkiverse",
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ The main purpose of this extension is to make ORAS work in a native executable b
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center" valign="top" width="20%"><a href="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/jonesbusy"><img src="https://avatars.githubusercontent.com/u/825750?v=4?s=100" width="100px;" alt="Valentin Delaye"/><br /><sub><b>Valentin Delaye</b></sub></a><br /><a href="https://github.com/quarkiverse/quarkus-oras/commits?author=jonesbusy" title="Code">💻</a></td>
</tr>
</tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
Expand Down