We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37de823 commit 524f74aCopy full SHA for 524f74a
bin/build-crac-checkpoint-image.sh
@@ -29,7 +29,6 @@ docker run --cap-add CHECKPOINT_RESTORE \
29
--mount type=bind,src="${solution_dir}",dst=/solution \
30
--mount type=bind,src="${output_dir}",dst=/output \
31
--mount type=tmpfs,dst=/tmp \
32
- --tmpfs /openjfx:exec,rw \
33
exercism/java-test-runner-crac-checkpoint "${slug}" /solution /output
34
35
docker commit --change='ENTRYPOINT ["sh", "/opt/test-runner/bin/run-restore-from-checkpoint.sh"]' java-test-runner-crac exercism/java-test-runner-crac-restore
0 commit comments