More installation options are available at Testcontainers Desktop or the Testcontainers Cloud downloads page.
Testcontainers Desktop application
brew install atomicjar/tap/testcontainers-desktop
brew tap atomicjar/tap
brew install testcontainers-desktop
This cask is deprecated in favor of testcontainers-desktop
. If you have testcontainers-cloud-desktop
installed, please uninstall and migrate to the new cask:
brew uninstall testcontainers-cloud-desktop
brew install testcontainers-desktop
This tap is a regular git repository and could be navigated using cd $(brew --repo atomicjar/tap)
.
Casks and formulae in this tap are checked for updates, and updates are applied manually once we release the new versions.
To check for new updates for any of the casks or formulae, run the following command:
brew livecheck --tap atomicjar/tap
If an update is available, you can open a pull request using the brew bump/bump-cask-pr
command.
- Prepare authorization:
gh auth login
- Bump the version:
brew bump --cask --open-pr testcontainers-desktop
To update the version manually you can directly edit version
and sha256
in the cask file. Run the following command with the correct <version>
to compute the sha256:
wget -O - https://app.testcontainers.cloud/download/testcontainers-desktop_<version>_darwin_universal.dmg | shasum -a 256