Tools

Well configured tools for Site Reliability Engineers

We’ve bundled and configured tools that run in docker containers, so your SREs can run and verify their environments. These are usually deployed as docker containers that are run on the command line.

Component NameDescription
basalt-eksctl-batsEnvironment base image with testing tools included to validate scripts against. Contains EKS control and BATS tooling
Testing run scripts at build time to ensure they will work when deployed
basalt-kubectl-batsRepresentative environment base image with testing tools included to validate scripts against
Used for testing run scripts with bats, to prove they work during the build cycle
basalt-mariadb-clientLocally lifecycled client for mysql databases
For running scripts and tools against mysql databases in Kubernetes environments
practiv-build-cypressPackaged Cypress for BUILD
Used to run cypress tests during the build process and in pipeline gateways
practiv-build-mavenBuild tools for running builds consistently in Jenkins
The base maven image for building maven projects on Jenkins See practiv-build-maven-seeded
practiv-build-maven-seededRoll up a curated Maven repository with lots of pre downloaded dependencies
Running Maven builds in Jenkins and locally but without the need to download so many dependencies from an Artifact Repository
practiv-forge-cypressA packaged cypress image ready to run E2E test scripts
Used by the practiv-tile-cypress to run end to end testing scripts