The first toolbox we need to build is for performing audit/QA work on the images we are trying to build. Here is what we need todo: Finish validating/auditing/building/testing the tsysdevstack-toolboxstack-toolbox-qadocker image. This will be the ONLY image that we build (other than tsysdevstack-toolboxstack-toolbox-base itself) which DOES NOT use the toolbox-base image as its foundation. The toolbox-qadocker image is used for bootstrap purposes and is meant to audit toolbox-base and every other custom toolbox we make. The toolbox-qadocker image should be minimal, simple. It should be easy to extend, it should be able to be re-built quickly. Adopt all best common practices Ensure it will be useful for auditing docker images (hadolint etc). Its meant to run quickly and be utilized by AI CLI agents when they are making container images. Do the work in: output/toolbox-QADocker Ensure the container image builds and the tools work Use it to QA itself.