Utilize ghrc for external test images
- Dominant language
- HTML
- Stars
- 155
- Forks
- 346
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 36
Description
Currently when we run tests from the external group, we build the Dockerfile on the fly as part of the test run, then execute the test suite. This capability is there so that we could "quickly" test other 3rd party applications via the [external_custom](https://github.com/adoptium/aqa-tests/tree/master/external/external_custom) test target. While this issue is not suggesting we drop the ability to generate a Dockerfile, for the purpose of the set of tests currently in the [external](https://github.com/adoptium/aqa-tests/tree/master/external) directory, we can simplify and speed up the test runs by pushing pre-built images to our ghrc [adoptium-test-image](https://github.com/orgs/adoptium/packages/container/package/adoptium_test_image) directory.
Contributor guide
Assessment
This issue has not been assessed yet.