File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ docker image tag alpine@sha256:f27cad9117495d32d067133afff942cb2dc745dfe9163e949
2121# needed because the synchronization logic below relies on Docuum logging each incoming event.
2222echo ' Starting Docuum…'
2323LOG_FILE=" $( mktemp) "
24- LOG_LEVEL=trace /docuum-x86_64-unknown-linux-musl --threshold ' 20 MB' --keep ' alpine:keep' \
24+ LOG_LEVEL=trace /docuum-x86_64-unknown-linux-musl --threshold ' 30 MB' --keep ' alpine:keep' \
2525 > " $LOG_FILE " 2>&1 &
2626DOCUUM_PID=" $! "
2727
@@ -84,8 +84,8 @@ docker container rm docuum-test-2
8484
8585wait_for_docuum
8686
87- # This image also uses ~5.5 MB. For some reason, this pushes us over the 20 MB
88- # threshold, even though we've only downloaded ~5.5 MB * 3 = ~16.5 MB .
87+ # This image also uses ~5.5 MB. Docker's reported image usage is higher than the compressed pull
88+ # size, so adding this image pushes us over the 30 MB threshold .
8989echo ' Using another image…'
9090docker container run --name docuum-test-3 \
9191 alpine@sha256:4d889c14e7d5a73929ab00be2ef8ff22437e7cbc545931e52554a7b00e123d8b true
You can’t perform that action at this time.
0 commit comments