Skip to content

Conversation

@vnghia
Copy link
Contributor

@vnghia vnghia commented Nov 11, 2025

Fixes #1402.

Hi @yottahmd, this is my take for this issue. We only clear the container entrypoint for dag-level container and keep the step-level one

Copy link
Collaborator

@yottahmd yottahmd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you very much!

@yottahmd yottahmd merged commit 198a5d5 into dagu-org:main Nov 11, 2025
4 checks passed
@codecov
Copy link

codecov bot commented Nov 11, 2025

Codecov Report

❌ Patch coverage is 0% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 59.97%. Comparing base (c56cdf4) to head (1f4c60d).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
internal/runtime/builtin/docker/client.go 0.00% 5 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1403      +/-   ##
==========================================
- Coverage   60.04%   59.97%   -0.08%     
==========================================
  Files         173      173              
  Lines       19822    19823       +1     
==========================================
- Hits        11903    11889      -14     
- Misses       6615     6630      +15     
  Partials     1304     1304              
Files with missing lines Coverage Δ
internal/runtime/builtin/docker/client.go 0.00% <0.00%> (ø)

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c56cdf4...1f4c60d. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

Entrypoint is overwritten in docker executor

2 participants