Skip to content

bin(run), Dockerfile: use sh not bash#66

Merged
ee7 merged 1 commit intoexercism:mainfrom
ee7:use-sh-not-bash
Aug 25, 2023
Merged

bin(run), Dockerfile: use sh not bash#66
ee7 merged 1 commit intoexercism:mainfrom
ee7:use-sh-not-bash

Conversation

@ee7
Copy link
Copy Markdown
Member

@ee7 ee7 commented Aug 24, 2023

Make the shebang in run.sh match that of the other scripts in this repo, and the scripts in exercism/generic-test-runner.

This allows removing bash from the image, which does slightly reduce the image size. But the main benefit is probably to clarify to a reader of the Dockerfile that the runner doesn't do something complicated with bash-only features.

Closes: #65
Refs: #34 (to a very minor extent)
Refs: #53

@ee7 ee7 requested a review from a team as a code owner August 24, 2023 07:50
@ee7 ee7 requested a review from ErikSchierboom August 24, 2023 07:52
Comment thread bin/run-tests.sh
@ee7 ee7 force-pushed the use-sh-not-bash branch from 5e76223 to e078fd5 Compare August 24, 2023 12:47
@ee7 ee7 merged commit 2cbd7d0 into exercism:main Aug 25, 2023
@ee7 ee7 deleted the use-sh-not-bash branch August 25, 2023 10:07
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.

bin/run.sh: stop using bash

2 participants