layout | title | nav_order |
---|---|---|
default |
Agent Dependency Updates |
901 |
This is a list of steps for how to update the dependencies that agents use in the Arena Clients.
These steps will update the arenaclient-bot-base image.
- Modify the Docker.bot file in the Docker.bot file with the relevant changes.
- Push or PR the changes to master. Verify the CI test is successful.
- Perform a GitHub release, tagged like so:
bot-v#.#.#
where the #'s are replaced with the version numbers. e.g. for version 1.2.3, the tag would bebot-v1.2.3
- The CI will auto build and release the bot image.
These steps will update the sc2-ai-match-controller.
- Bump the arenaclient-bot-base version in the Dockerfile file for all built containers.
- Follow the release procedure for the sc2-ai-match-controller.