Environment
The environment panel of the triage report summarizes information about the software under test. It lists each of the container images that you provided to Antithesis. For each container it displays the following information:
-
The tag (if any) at which you told us to pull your containers. This is useful as a sanity check and to differentiate between test runs that test different versions of the same software.
-
The immutable digest of the container that was downloaded from the registry. This is useful because if you need this exact version of the software, you can pull the container from the registry at this digest.
-
The date on which your containers were built. This is useful for finding bugs in your CI integration that result in images silently failing to be sent to us. Antithesis works best when you are testing regularly with the newest versions of your software.
Finally, it also contains all of the above information for your configuration image.