NVIDIA / container-canary

A tool for testing and validating container requirements against versioned manifests
Apache License 2.0
245 stars 15 forks source link

Stop using external Docker images during testing #20

Closed jacobtomlinson closed 2 years ago

jacobtomlinson commented 2 years ago

So far we've used external Docker images in testing, but this isn't ideal.

This PR adds a new make testprep command that will build some containers for use during testing.