description:'Idempotently start a labeled buildkitd container and point buildx at it via the remote driver. The default docker-container driver cannot set container labels, and the Docker API has no PATCH-labels for existing containers — so we manage the container ourselves and Watchtower/Dockhand see the labels.'
inputs:
container_name:
description:'Name of the buildkitd container'
required:false
default:'buildkitd'
image:
description:'BuildKit image'
required:false
default:'moby/buildkit:buildx-stable-1'
monitor_only:
description:'Value for com.centurylinklabs.watchtower.monitor-only'