Skip to content
Prev Previous commit
Next Next commit
Remove temp file system for JavaFX
Not needed for Exercism
  • Loading branch information
fapdash committed Apr 23, 2025
commit d071b61d5dd2d5ce9dd75ee82addee3b7f0c40ad
1 change: 0 additions & 1 deletion bin/build-crac-checkpoint-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ docker run --cap-add CHECKPOINT_RESTORE \
--mount type=bind,src="${solution_dir}",dst=/solution \
--mount type=bind,src="${output_dir}",dst=/output \
--mount type=tmpfs,dst=/tmp \
--tmpfs /openjfx:exec,rw \
exercism/java-test-runner-crac-checkpoint "${slug}" /solution /output

docker commit --change='ENTRYPOINT ["sh", "/opt/test-runner/bin/run-restore-from-checkpoint.sh"]' java-test-runner-crac exercism/java-test-runner-crac-restore
Expand Down