dind
This commit is contained in:
@@ -12,7 +12,7 @@ image:
|
||||
# -- Specify the image name to use (relative to `image.repository`).
|
||||
name: gitea/act_runner
|
||||
# -- Overrides the image tag whose default is the chart appVersion.
|
||||
tag: "0.2.11"
|
||||
tag: "0.2.13"
|
||||
# -- Specify the image repository to use.
|
||||
repository: docker.io
|
||||
# -- Specify the image pull policy. Valid values are `Always`, `Never`, `IfNotPresent`.
|
||||
@@ -32,7 +32,7 @@ runner:
|
||||
# Docker in Docker configuration for running Docker commands inside the runner.
|
||||
dockerDind:
|
||||
# -- Enable Docker in Docker with root user.
|
||||
enabled: false
|
||||
enabled: true
|
||||
# -- Docker DinD image repository and tag.
|
||||
image: docker:23.0.6-dind
|
||||
|
||||
|
||||
Reference in New Issue
Block a user