comparison scripts/Docker/Dockerfile @ 8002:a377590eba34

changes for 2.4.0b0 release
author John Rouillard <rouilj@ieee.org>
date Sun, 26 May 2024 20:57:28 -0400
parents 2adab2644f19
children 75774e89b483
comparison
equal deleted inserted replaced
8001:53605535ddfc 8002:a377590eba34
223 ARG pythonversion 223 ARG pythonversion
224 ARG pip_mod 224 ARG pip_mod
225 LABEL "org.opencontainers.image.vendor"="Roundup Issue Tracker Team" \ 225 LABEL "org.opencontainers.image.vendor"="Roundup Issue Tracker Team" \
226 "org.opencontainers.image.title"="Roundup Issue Tracker" \ 226 "org.opencontainers.image.title"="Roundup Issue Tracker" \
227 "org.opencontainers.image.description"="Roundup Issue Tracker with multi-backend support installed via $source with python version $pythonversion" \ 227 "org.opencontainers.image.description"="Roundup Issue Tracker with multi-backend support installed via $source with python version $pythonversion" \
228 "org.opencontainers.image.version"="2.3.0" \ 228 "org.opencontainers.image.version"="2.4.0b0" \
229 "org.opencontainers.image.authors"="roundup-devel@lists.sourceforge.net" \ 229 "org.opencontainers.image.authors"="roundup-devel@lists.sourceforge.net" \
230 "org.opencontainers.image.licenses"="MIT AND ZPL-2.0 AND Python-2.0" \ 230 "org.opencontainers.image.licenses"="MIT AND ZPL-2.0 AND Python-2.0" \
231 "org.opencontainers.image.documentation"="https://www.roundup-tracker.org/docs/installation.html" \ 231 "org.opencontainers.image.documentation"="https://www.roundup-tracker.org/docs/installation.html" \
232 "pip-modules"="$pip_mod" 232 "pip-modules"="$pip_mod"
233 233

Roundup Issue Tracker: http://roundup-tracker.org/