Skip to content

Commit

Permalink
Add md1 to ALLOWED_CHECKSUMS for tests
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
gerrod3 committed Oct 8, 2024
1 parent e487fc4 commit affd6f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions s6_images/assets/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ mkdir settings
echo "CONTENT_ORIGIN='$scheme://localhost:8080'" >> settings/settings.py
echo "ALLOWED_EXPORT_PATHS = ['/tmp']" >> settings/settings.py
echo "ORPHAN_PROTECTION_TIME = 0" >> settings/settings.py
# pulp_rpm < 3.25 requires sha1 in allowed checksums
echo "ALLOWED_CONTENT_CHECKSUMS = ['sha1', 'sha256', 'sha512']" >> settings/settings.py

docker run --detach \
--name pulp \
--publish 8080:$port \
Expand Down

0 comments on commit affd6f2

Please sign in to comment.