toolbox: should be blocking

I marked toolbox as failable when we were getting everthing working on
it (and so we would still have composes). Now that it's working, lets
mark it blocking again.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-08-23 14:34:41 -07:00
parent aebe40eaad
commit 3ec658833a
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ image_build = {
'repo': 'Everything',
'install_tree_from': 'Everything',
'subvariant': 'Container_Toolbox',
'failable': ['*'],
'failable': [''],
},
'factory-parameters': {
'dockerversion': "1.10.1",