Skip to content

Copy step-runner binary to job Docker container

Problem

Job's define an image:, which is the image used to create the Docker container that runs the job. For step-runner to run in the container, the step-runner binary needs to be installed on the container.

Proposal