fix(docker): bump docker max api version [BE-12399] (#1392)

This commit is contained in:
Devon Steenberg
2025-11-18 11:27:16 +13:00
committed by GitHub
parent 99d996dde9
commit e831971dd1
73 changed files with 82 additions and 86 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ var prefixProxyFuncMap = map[string]func(*Transport, *http.Request, string) (*ht
// ProxyDockerRequest intercepts a Docker API request and apply logic based
// on the requested operation.
func (transport *Transport) ProxyDockerRequest(request *http.Request) (*http.Response, error) {
// from : /v1.41/containers/{id}/json
// from : /v1.44/containers/{id}/json
// or : /containers/{id}/json
// to : /containers/{id}/json
unversionedPath := apiVersionRe.ReplaceAllString(request.URL.Path, "")