Add CLI flag for specifying the Docker image to use. #83
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "telackey/act_runner:telackey/imageflag"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Since the
exec
command does not use labels from.runner
, there is no existing way to specify which Docker image to use for task execution.This adds an
--image
flag for specifying it manually. The default remainsnode:16-bullseye
.Oh, maybe we should still have labels containers mapping?
I don't think so, unlike
daemon
, a flag is enough forexec
. The user may want to test the same job on different images, so it will be convenient to use a single flag.I do not have the approval to merge, but if someone else would like to do it, sounds good to me.
Reviewers