Running scotty on a different docker image#
By default scotty will use the corresponding version of the scotty docker image. To use a different docker image run:
$ SCOTTY_DOCKER_IMAGE=<image> scotty ...
e.g. to use the latest development version:
$ SCOTTY_DOCKER_IMAGE="ghcr.io/avnet-embedded/simplecore-tools:scarthgap" scotty ...
to use a different release:
$ SCOTTY_DOCKER_IMAGE="ghcr.io/avnet-embedded/scotty:<release tag>" scotty ...