We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65bed3f commit 2e0a619Copy full SHA for 2e0a619
scripts/Docker/Dockerfile
@@ -88,7 +88,9 @@ RUN apk add \
88
ARG source
89
LABEL "org.roundup-tracker.vendor"="Roundup Issue Tracker Team" \
90
"org.roundup-tracker.description"="Roundup Issue Tracker using sqlite" \
91
- "version"="2.1.0 $source"
+ "version"="2.1.0 $source" \
92
+ "org.opencontainers.image.authors"="[email protected]"
93
+
94
95
# pull over built assets
96
COPY --from=build /usr/local/lib/python3.10/site-packages /usr/local/lib/python3.10/site-packages/
0 commit comments