Project

General

Profile

Bug #10216

Updated by Ward Vandewege over 7 years ago

Example use cases: 
 * Container is expected/intended to be impure (results differ from one run to the next) 
 * Test/diagnostics container 

 The [[Containers API]] specifies a "filters" parameter which (when implemented) could be used to achieve this with something like @filters=[[created_at,=,now]]@. 

 Presence of the "API" runtime constraint should also automatically skip reuse. 

 Implementation: 

 * Add a 'reuse' flag, which defaults to true. When set false a new container should always be created. 

 As for the future "filters" parameter, if/when that gets implemented, the 'reuse' flag should take precedence if set to false. 

Back