Skip to content

bin/verify-exercises-in-docker image argument#145

Merged
keiravillekode merged 1 commit intoexercism:mainfrom
keiravillekode:verify-exercises-in-docker-image
Feb 18, 2026
Merged

bin/verify-exercises-in-docker image argument#145
keiravillekode merged 1 commit intoexercism:mainfrom
keiravillekode:verify-exercises-in-docker-image

Conversation

@keiravillekode
Copy link
Contributor

$ bin/verify-exercises-in-docker -i my-local-image hello-world

will use the local docker image my-local-image

$ bin/verify-exercises-in-docker hello-world

combines

$ docker pull exercism/lean-test-runner
$ bin/verify-exercises-in-docker -i exercism/lean-test-runner hello-world

The /tmp directory is now mounted with execute permissions

If tests fail, we show the test results.

$ bin/verify-exercises-in-docker -i my-local-image hello-world

will use the local docker image `my-local-image`

$ bin/verify-exercises-in-docker hello-world

combines

$ docker pull exercism/lean-test-runner
$ bin/verify-exercises-in-docker -i exercism/lean-test-runner hello-world

The /tmp directory is now mounted with execute permissions

If tests fail, we show the test results.
@keiravillekode
Copy link
Contributor Author

From https://github.com/exercism/free-pascal PR 36

@keiravillekode keiravillekode merged commit 4c48e0d into exercism:main Feb 18, 2026
6 checks passed
@keiravillekode keiravillekode deleted the verify-exercises-in-docker-image branch February 18, 2026 03:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants