teleport
teleport copied to clipboard
[v13] Revert "Use buildx `docker` driver, add `--cache-to type=inline` (#38134)"
This reverts commit 4fdd60558a7e9cad217c7689de377e74aa0a8f31.
Testing manually in: https://drone.platform.teleport.sh/gravitational/teleport/34120
The relevant builds are all green,
The failure appears to be one of those random network errors that osx runners tend towards, so I consider this manually confirmed and ready for merge 👍
random network error
Error: HTTPError(statusCode: nil, error: Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo={_kCFStreamErrorCodeKey=50, NSUnderlyingError=0x600000f99110 {Error Domain=kCFErrorDomainCFNetwork Code=-1009 "(null)" UserInfo={_NSURLErrorNWPathKey=unsatisfied (No network route), _kCFStreamErrorCodeKey=50, _kCFStreamErrorDomainKey=1}}, _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <20F2109D-A385-4C61-B4D8-9F728C890BAD>.<4>, _NSURLErrorRelatedURLSessionTaskErrorKey=(
"LocalDataTask <20F2109D-A385-4C61-B4D8-9F728C890BAD>.<4>"
), NSLocalizedDescription=The Internet connection appears to be offline.,
Why is this being reverted? I know about the PROTOC_VER
breakage (just hit it), but what was wrong with the other stuff? It really helps me to review if I understand why something is being done, not just what is being done.