Skip to content

fix: Make just container runner configurable in justfile - #1634

Merged
tpoliaw merged 1 commit into
mainfrom
justfile_runner
Aug 20, 2026
Merged

fix: Make just container runner configurable in justfile#1634
tpoliaw merged 1 commit into
mainfrom
justfile_runner

Conversation

@oliwenmandiamond

@oliwenmandiamond oliwenmandiamond commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

On machines that use podman instead of docker and don't have an alias in place, just needs to use podman. To support both, the runner still uses docker by default but can be configured to use podman via

$ just RUNNER=podman services

@oliwenmandiamond
oliwenmandiamond requested a review from a team as a code owner August 20, 2026 14:09
@codecov

codecov Bot commented Aug 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.96%. Comparing base (5d7e2fa) to head (13a2ba7).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1634   +/-   ##
=======================================
  Coverage   95.96%   95.96%           
=======================================
  Files          45       45           
  Lines        3323     3323           
=======================================
  Hits         3189     3189           
  Misses        134      134           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@tpoliaw tpoliaw changed the title Make container runner configurable Make just container runner configurable Aug 20, 2026
@tpoliaw tpoliaw changed the title Make just container runner configurable Make 'just' container runner configurable Aug 20, 2026
@tpoliaw tpoliaw changed the title Make 'just' container runner configurable Make just container runner configurable in justfile Aug 20, 2026
@tpoliaw tpoliaw changed the title Make just container runner configurable in justfile fix: Make just container runner configurable in justfile Aug 20, 2026
@tpoliaw
tpoliaw added this pull request to the merge queue Aug 20, 2026
Merged via the queue into main with commit 1e715c2 Aug 20, 2026
21 of 25 checks passed
@tpoliaw
tpoliaw deleted the justfile_runner branch August 20, 2026 16:17
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