mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 13:23:09 +01:00
chore: renovate custom dagger runner image (#65)
Allow renovate to also update the dagger images used for the custom runner. Signed-off-by: Jonathan Gonzalez V. <jonathan.gonzalez@enterprisedb.com> Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
This commit is contained in:
parent
2d5f38130b
commit
ab98fdac2d
@ -133,15 +133,16 @@ tasks:
|
||||
deps:
|
||||
- generate-certs
|
||||
- start-build-network
|
||||
env:
|
||||
# TODO: renovate
|
||||
DAGGER_ENGINE_IMAGE: registry.dagger.io/engine:v0.13.6
|
||||
vars:
|
||||
# renovate: datasource=github-tags depName=dagger/dagger versioning=semver
|
||||
DAGGER_VERSION: 0.13.6
|
||||
DAGGER_ENGINE_IMAGE: registry.dagger.io/engine:v{{ .DAGGER_VERSION }}
|
||||
cmds:
|
||||
- >
|
||||
docker run -d -v /var/lib/dagger --name "${DAGGER_ENGINE_CONTAINER_NAME}"
|
||||
--network=${REGISTRY_NETWORK}
|
||||
-v $(pwd)/certs/ca.pem:/usr/local/share/ca-certificates/ca.crt
|
||||
--privileged ${DAGGER_ENGINE_IMAGE}
|
||||
--privileged {{ .DAGGER_ENGINE_IMAGE }}
|
||||
status:
|
||||
- \[ "$(docker inspect -f {{`'{{.State.Running}}'`}} "${DAGGER_ENGINE_CONTAINER_NAME}" 2> /dev/null )" == 'true' \]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user