Mercurial > p > roundup > code
diff scripts/Docker/Dockerfile @ 7495:12674129a45c
Dockerfile label updates, change version string in RELEASE.txt
LABELS now use ci standard opencontainers naming for:
vendor, description and version
annotations. In version, source value was removed and source moved to
description. Added annotations for:
title
licenses
documentation
licenses includes Python-2.0 license in preparation for vendoring cgi
and cgitb modules in 2.4.0.
Updated RELEASE.txt to include version string in Dockerfile.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 17 Jun 2023 15:42:47 -0400 |
| parents | b290c7b95986 |
| children | ec738682874d |
line wrap: on
line diff
--- a/scripts/Docker/Dockerfile Thu Jun 15 20:55:03 2023 -0400 +++ b/scripts/Docker/Dockerfile Sat Jun 17 15:42:47 2023 -0400 @@ -195,10 +195,14 @@ fi ARG source -LABEL "org.roundup-tracker.vendor"="Roundup Issue Tracker Team" \ - "org.roundup-tracker.description"="Roundup Issue Tracker multi-backend" \ - "version"="2.2.0 $source" \ - "org.opencontainers.image.authors"="roundup-devel@lists.sourceforge.net" +LABEL "org.opencontainers.image.vendor"="Roundup Issue Tracker Team" \ + "org.opencontainers.image.title"="Roundup Issue Tracker" \ + "org.opencontainers.image.description"="Roundup Issue Tracker with multi-backend support installed via $source" \ + "org.opencontainers.image.version"="2.2.0" \ + "org.opencontainers.image.authors"="roundup-devel@lists.sourceforge.net" \ + "org.opencontainers.image.licenses"="MIT AND ZPL-2.0 AND Python-2.0" + "org.opencontainers.image.documentation"="https://www.roundup-tracker.org/docs/installation.html" + ARG pythonversion # pull over built assets
