runner-container-hooks
runner-container-hooks copied to clipboard
support --name create option
Currently, in a k8s-based runner, one cannot have multiple services using the same image because the image name is used as the container name, which must be unique. This PR proposes to resolve that by adding support for setting an explicit name for the container using a --name create option, similarly to the docker-based runner.