Hacker News new | ask | show | jobs
by hkwerf 1150 days ago
I ship containers to customers. Would be nice to run tests against them before releasing a container and it would be nice if those tests themselves could run in a container in order to have a clean test environment.
2 comments

…and to re-use cached image layers and speed up the pipeline!
You could create that test environment image beforehand, mirror it and use it for the job that needs it. No need for adding another container within a container.