This is a docker image published to GCR (gcr.io/rs-public-containers/rackspace-toolbox). It's part of Rackspace's Managed Infrastructure as Code offering.
Image tags:
- GitHub releases
master
has the latest stable versionbranch_{branch_name}
and git sha for newly created branches (useful for trying out code from toolbox changes in development)
All but the smoke test should pass locally by running ./scripts/test-local
.
In order to have the smoke test pass locally, you'll need credentials to the Janus Playground account. You can configure an extra profile using aws configure --profile janus-playground
. See https://docs.aws.amazon.com/cli/latest/userguide/cli-multiple-profiles.html for more information. After doing that, run:
AWS_PROFILE=janus-playground ./scripts/test-local