Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docker executor #363

Merged
merged 5 commits into from
Nov 20, 2022
Merged

Add docker executor #363

merged 5 commits into from
Nov 20, 2022

Conversation

yohamta
Copy link
Collaborator

@yohamta yohamta commented Nov 20, 2022

Implement Docker Executor. See #298.

Example:

steps:
  - name: deno_hello_world
    executor: 
      type: docker
      config:
        image: "denoland/deno:1.10.3"
        autoRemove: true
    command: run https://examples.deno.land/hello-world.ts

@codecov-commenter
Copy link

codecov-commenter commented Nov 20, 2022

Codecov Report

Base: 82.93% // Head: 82.53% // Decreases project coverage by -0.40% ⚠️

Coverage data is based on head (9f2b043) compared to base (3470e33).
Patch coverage: 37.50% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #363      +/-   ##
==========================================
- Coverage   82.93%   82.53%   -0.41%     
==========================================
  Files          46       46              
  Lines        3580     3612      +32     
==========================================
+ Hits         2969     2981      +12     
- Misses        453      471      +18     
- Partials      158      160       +2     
Impacted Files Coverage Δ
internal/dag/builder.go 71.94% <37.50%> (-2.87%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@yohamta yohamta force-pushed the add-docker-executor branch from 593b7cd to 9f2b043 Compare November 20, 2022 10:20
@yohamta yohamta force-pushed the add-docker-executor branch from 9f2b043 to 4ebcd68 Compare November 20, 2022 10:39
@yohamta yohamta merged commit a6998b5 into main Nov 20, 2022
@yohamta yohamta deleted the add-docker-executor branch November 20, 2022 10:39
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