Commit f08a2aa
authored
feat: include standard OCI annotations on published images (#54)
For example:
```
"org.opencontainers.image.title=PaperMC Server",
"org.opencontainers.image.description=Dockerized and fine-grained customizable PaperMC server.",
"org.opencontainers.image.version=1.21.4-v1.0.0-20250407",
"org.opencontainers.image.url=https://github.com/Djaytan/docker-papermc-server",
"org.opencontainers.image.documentation=https://github.com/Djaytan/docker-papermc-server",
"org.opencontainers.image.source=https://github.com/Djaytan/docker-papermc-server.git",
"org.opencontainers.image.authors=Djaytan \u003chttps://github.com/Djaytan\u003e",
"org.opencontainers.image.vendor=Djaytan",
"org.opencontainers.image.licenses=GPL-3.0-or-later",
"org.opencontainers.image.created=2025-04-07T21:41:44Z",
"org.opencontainers.image.revision=e0f3d523b9c670409e04225b737a838f0391d8b7"
```1 parent 16fa01b commit f08a2aa
File tree
3 files changed
+17
-3
lines changed- .github/workflows
- src
- main
- test
3 files changed
+17
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
91 | 92 | | |
92 | 93 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
72 | 75 | | |
73 | 76 | | |
74 | 77 | | |
75 | | - | |
76 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
77 | 91 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
0 commit comments