Mercurial > p > roundup > code
diff CHANGES.txt @ 7237:f636acd7d63c
hadolint fixes/best practices added
Enable -o pipefail for RUN commands with pipes so any errors in the
pipeline cause a failure.
use wget -q to reduce log size for large file downloads.
Run all apk with --no-cache so I don't need to remove /var/cache/apk/*.
Quote variables in RUN shell scripts unless they need to be expanded.
Don't use direct variable substitution in printf.
Update comment for installing python packages using apk.
Remove --use-feature=in-tree-build from local_pip pip command. This
feature is the default with newer pips and is now an error if used.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 30 Mar 2023 19:35:08 -0400 |
| parents | 86862ed039fa |
| children | 18b7d95ee08f |
line wrap: on
line diff
--- a/CHANGES.txt Sun Mar 26 22:20:21 2023 -0400 +++ b/CHANGES.txt Thu Mar 30 19:35:08 2023 -0400 @@ -79,6 +79,7 @@ password_pbkdf2_default_rounds. - upgrade from jquery-3.5.1 to jquery-3.6.3. Update user.help.html to new version. +- Dockerfile scanned with hadolint. Fixed multiple issues. Features:
