livepeer / go-livepeer

Official Go implementation of the Livepeer protocol
http://livepeer.org
MIT License
537 stars 165 forks source link

Add startup flag to specify ai runner docker image #3064

Closed eliteprox closed 2 months ago

eliteprox commented 2 months ago

What does this pull request do? Explain your changes. (required)

Adds the optional -aiRunnerImage flag which can be used to specify the version of ai runner docker image.

Usage: -aiRunner livepeer/ai-runner:0.0.1

If the flag is not set, then livepeer/ai-runner:latest is used by default.

This will help node operators with versioning to prevent accidental upgrades of ai-runner.

Specific updates (required)

How did you test each of these updates (required)

Does this pull request close any open issues?

LIV-382

Checklist: