Skip to content

Conversation

markmetcalfe
Copy link
Member

@markmetcalfe markmetcalfe commented Sep 19, 2025

This adds a tupdate command for updating docker-dev, and have improved the update scripts so that it takes note of the containers you currently have running, and will start them again once updating has finished.

To test this:

  1. Check out this PR
  2. Check out master
  3. Revert back to an old release via git reset --hard tags/v1.17.0
  4. Cherry-pick this PR's commit
  5. Fix the conflict in .gitignore by running git checkout tags/v1.17.0 -- .gitignore && git add .gitignore && git cherry-pick --continue
  6. Run tupdate and make sure it:
    • Stops all your running containers
    • Pulls new images
    • Starts containers again

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.

1 participant