comparison scripts/Docker/Dockerfile @ 8328:3bf6ad421347 2.5.0b1

chore: update files for release 2.5.0b1.
author John Rouillard <rouilj@ieee.org>
date Wed, 11 Jun 2025 17:04:51 -0400
parents 90c6a4972d5d
children d73f93c7a98d
comparison
equal deleted inserted replaced
8327:8654957a6fd4 8328:3bf6ad421347
231 ARG pythonversion 231 ARG pythonversion
232 ARG pip_mod 232 ARG pip_mod
233 LABEL "org.opencontainers.image.vendor"="Roundup Issue Tracker Team" \ 233 LABEL "org.opencontainers.image.vendor"="Roundup Issue Tracker Team" \
234 "org.opencontainers.image.title"="Roundup Issue Tracker" \ 234 "org.opencontainers.image.title"="Roundup Issue Tracker" \
235 "org.opencontainers.image.description"="Roundup Issue Tracker with multi-backend support installed via $source with python version $pythonversion" \ 235 "org.opencontainers.image.description"="Roundup Issue Tracker with multi-backend support installed via $source with python version $pythonversion" \
236 "org.opencontainers.image.version"="2.4.0" \ 236 "org.opencontainers.image.version"="2.5.0beta1" \
237 "org.opencontainers.image.authors"="roundup-devel@lists.sourceforge.net" \ 237 "org.opencontainers.image.authors"="roundup-devel@lists.sourceforge.net" \
238 "org.opencontainers.image.licenses"="MIT AND ZPL-2.0 AND Python-2.0" \ 238 "org.opencontainers.image.licenses"="MIT AND ZPL-2.0 AND Python-2.0" \
239 "org.opencontainers.image.documentation"="https://www.roundup-tracker.org/docs/installation.html" \ 239 "org.opencontainers.image.documentation"="https://www.roundup-tracker.org/docs/installation.html" \
240 "pip-modules"="$pip_mod" 240 "pip-modules"="$pip_mod"
241 241

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