File tree Expand file tree Collapse file tree
src/content/docs/rover/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,12 +44,12 @@ Use the `agentImage` option to specify a custom Docker or Podman image instead o
4444
4545Rover resolves the agent image in this order:
4646
47- 1 . ` AGENT_IMAGE ` environment variable (highest priority)
47+ 1 . ` ROVER_AGENT_IMAGE ` environment variable (highest priority)
48482 . Image stored in the task (from previous runs)
49493 . ` agentImage ` from ` rover.json `
50504 . Default Rover agent image (based on CLI version)
5151
52- <Aside type = " tip" >Use the ` AGENT_IMAGE ` environment variable to temporarily override the configured image without modifying ` rover.json ` .</Aside >
52+ <Aside type = " tip" >Use the ` ROVER_AGENT_IMAGE ` environment variable to temporarily override the configured image without modifying ` rover.json ` .</Aside >
5353
5454### Building Custom Images
5555
You can’t perform that action at this time.
0 commit comments