This repository has been archived by the owner on Dec 14, 2022. It is now read-only.
Allow caching of Docker Image for reproducible builds. #285
Labels
enhancement
New feature or request
Description
There is no way to specify and save the docker image created for a build to avoid having to redownload and setup the build environment. This also means that if updates occur to the base image and packages in the target image they will get applied not allowing one to build exactly what they build on a particular date.
Completion Criteria
Provide command line switches to do the following:
Testing Notes / Suggestions
** create a build environment and output a build, use the cached environment to build an identical build. **
The text was updated successfully, but these errors were encountered: