File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 66 REGISTRY_NAME : registry.barman-cloud-plugin
77 REGISTRY_PORT : 5000
88 DAGGER_ENGINE_CONTAINER_NAME : e2e-dagger-engine
9- # renovate: datasource=github-tags depName=dagger/dagger versioning=semver
10- DAGGER_VERSION : 0.13.6
119
1210tasks :
1311 lint :
@@ -136,13 +134,14 @@ tasks:
136134 - generate-certs
137135 - start-build-network
138136 env :
139- DAGGER_ENGINE_IMAGE : registry.dagger.io/engine:v{{ .DAGGER_VERSION }}
137+ # renovate: datasource=github-tags depName=dagger/dagger versioning=semver
138+ DAGGER_VERSION : 0.13.6
140139 cmds :
141140 - >
142141 docker run -d -v /var/lib/dagger --name "${DAGGER_ENGINE_CONTAINER_NAME}"
143142 --network=${REGISTRY_NETWORK}
144143 -v $(pwd)/certs/ca.pem:/usr/local/share/ca-certificates/ca.crt
145- --privileged ${DAGGER_ENGINE_IMAGE }
144+ --privileged registry.dagger.io/engine:v${DAGGER_VERSION }
146145 status :
147146 - \[ "$(docker inspect -f {{`'{{.State.Running}}'`}} "${DAGGER_ENGINE_CONTAINER_NAME}" 2> /dev/null )" == 'true' \]
148147
You can’t perform that action at this time.
0 commit comments