Skip to content

fix: use new docker tag on start rover script#175

Merged
ConnorNeed merged 1 commit into
mainfrom
use-new-docker-tag
Jul 19, 2026
Merged

fix: use new docker tag on start rover script#175
ConnorNeed merged 1 commit into
mainfrom
use-new-docker-tag

Conversation

@ConnorNeed

Copy link
Copy Markdown
Member

This pull request updates the setup/start_rover.sh script to improve how the Docker image is referenced for starting the disco-server and web-server containers. The main change is centralizing the Docker image name in a variable, making it easier to update and maintain.

Docker image reference improvements:

  • Introduced a ROVER_DOCKER_IMAGE variable at the top of start_rover.sh to define the Docker image name and tag (cprtsoftware/rover:latest).
  • Updated the docker run commands for both the disco-server and web-server containers to use the new ROVER_DOCKER_IMAGE variable instead of hardcoding the image name. [1] [2]

@ConnorNeed
ConnorNeed requested a review from codeflight1 July 19, 2026 18:23
@ConnorNeed
ConnorNeed merged commit 9d83030 into main Jul 19, 2026
6 checks passed
@ConnorNeed
ConnorNeed deleted the use-new-docker-tag branch July 21, 2026 00:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants