Releases: TechEmpower/TFBToolset
Releases · TechEmpower/TFBToolset
v0.5.8
v0.5.7
Fixes a bug caused by changed Docker APIs which could now result in null
return values.
v0.5.6
Fixed a race condition TL;DR - one must `attach` to a container before it stops, and that can also mean before it has started. According to the Moby folks, the intended (though, documented poorly) flow is to create, attach, start; so, that is the purpose of this commit.
v0.5.4
Forgot to bump version
v0.5.3
Remove images after container exits
v0.5.2
CICD should not log to disk
v0.4.6
Update dockurl
v0.4.5
Omit broken tests from verification
v0.4.4
Omit broken tests from verification
v0.4.3
Fixed a hang-bug, added CICD mode !capture ctrlc