dagucloud / dagucloud/dagu

Support for Custom Dockerfiles using the Docker Executor

Open
#1,465 2 comments 0 reactions 1 assignee Claimed by @yohamta0 View on GitHub
must-have
Dominant language
Go
Stars
4k
Forks
332
Avg merge
19h 26m
Merged PRs (30d)
133

Description

Apologies if this is already supported but I didn't see it in the docs. Currently in the docs it says you can either supply an image name or existing container name to use with the docker executor: https://docs.dagu.cloud/features/executors/docker#configuration-reference-step-level

> Notes:
>
> * Set image, containerName, or both. If both are omitted, the step fails validation.
> * With only containerName, the target container must already be running; Dagu will exec into it using the exec options.
> * With both image and containerName, Dagu first attempts to exec into the named container. If it is missing or stopped, Dagu creates it using the supplied image (applying container/host/network settings) before running the command.

However I would like to use a local Dockerfile instead of using an official image or custom registry. Is it possible for me to point the Docker executor at a local dockerfile to use?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.