File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -133,15 +133,16 @@ tasks:
133133 deps :
134134 - generate-certs
135135 - start-build-network
136- env :
137- # TODO: renovate
138- DAGGER_ENGINE_IMAGE : registry.dagger.io/engine:v0.13.6
136+ vars :
137+ # renovate: datasource=github-tags depName=dagger/dagger versioning=semver
138+ DAGGER_VERSION : 0.13.6
139+ DAGGER_ENGINE_IMAGE : registry.dagger.io/engine:v{{ .DAGGER_VERSION }}
139140 cmds :
140141 - >
141142 docker run -d -v /var/lib/dagger --name "${DAGGER_ENGINE_CONTAINER_NAME}"
142143 --network=${REGISTRY_NETWORK}
143144 -v $(pwd)/certs/ca.pem:/usr/local/share/ca-certificates/ca.crt
144- --privileged ${ DAGGER_ENGINE_IMAGE}
145+ --privileged {{ . DAGGER_ENGINE_IMAGE } }
145146 status :
146147 - \[ "$(docker inspect -f {{`'{{.State.Running}}'`}} "${DAGGER_ENGINE_CONTAINER_NAME}" 2> /dev/null )" == 'true' \]
147148
You can’t perform that action at this time.
0 commit comments