Mercurial > p > roundup > code
comparison scripts/Docker/Dockerfile @ 8114:7c68aace7e48
bug: verify that dumb-init exists
Verify that dumb-init exists and is non-zero size.
At some point a dumb-init package was creating a 0 length
file for dumb-init.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 25 Sep 2024 22:15:38 -0400 |
| parents | 539e300f85d2 |
| children | 61ffdc71cf46 |
comparison
equal
deleted
inserted
replaced
| 8113:92367689600a | 8114:7c68aace7e48 |
|---|---|
| 216 echo "Pip updating $upgrades"; \ | 216 echo "Pip updating $upgrades"; \ |
| 217 python -m pip --no-cache --disable-pip-version-check \ | 217 python -m pip --no-cache --disable-pip-version-check \ |
| 218 install -U $upgrades < /dev/null; \ | 218 install -U $upgrades < /dev/null; \ |
| 219 else \ | 219 else \ |
| 220 echo "Nothing to pip update"; \ | 220 echo "Nothing to pip update"; \ |
| 221 fi | 221 fi; \ |
| 222 test -s /usr/bin/dumb-init | |
| 222 | 223 |
| 223 ARG source | 224 ARG source |
| 224 ARG pythonversion | 225 ARG pythonversion |
| 225 ARG pip_mod | 226 ARG pip_mod |
| 226 LABEL "org.opencontainers.image.vendor"="Roundup Issue Tracker Team" \ | 227 LABEL "org.opencontainers.image.vendor"="Roundup Issue Tracker Team" \ |
