1.0: Cancelled deployments may leave orphan Docker resources #89
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When a deployment is cancelled via
HandleCancelDeploy, the build context cancel stops the goroutine, but intermediate Docker images and build cache from the cancelled build may be left behind.Needed:
Over time, cancelled builds could accumulate significant disk usage.