feat: add docker-socket-host-path input (#862)

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
Mike Ryan 2024-09-30 06:24:25 -04:00 committed by GitHub
parent 669f02b0b3
commit c0afe86658
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 27 additions and 1 deletions

View file

@ -36,6 +36,13 @@ inputs:
can use Docker. Also add the user inside the renovate container to the
docker group for socket permissions.
required: false
docker-socket-host-path:
description: |
Allows the overriding of the host path for the Docker socket that is mounted into the container.
Useful on systems where the host Docker socket is located somewhere other than '/var/run/docker.sock' (the default).
Only applicable when 'mount-docker-socket' is true.
required: false
default: /var/run/docker.sock
docker-cmd-file:
description: |
Override docker command. Default command is `renovate`