Tags: spinnaker/clouddriver
Tags
fix(docker): fix the issue of fetching docker images (#6372) * test(docker): add a test to demonstrate the issue of fetching docker images due to `java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1` * fix(docker): fix the issue of fetching docker images due to `java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1`
fix(docker): resolve the issue of `Unrecognized field "child"` (#6359) * test(docker): add a test to demonstrate the issue of `Failed to parse ResponseBody : Unrecognized field "child"` * fix(docker): resolve the issue of `Failed to parse ResponseBody : Unrecognized field "child"` when google cloud artifact registry responds with additional fields upon invoking tags list api
fix(docker): resolve the issue of `Unrecognized field "child"` (#6359) ( #6360) * test(docker): add a test to demonstrate the issue of `Failed to parse ResponseBody : Unrecognized field "child"` * fix(docker): resolve the issue of `Failed to parse ResponseBody : Unrecognized field "child"` when google cloud artifact registry responds with additional fields upon invoking tags list api (cherry picked from commit 7c4514a) Co-authored-by: Kiran Godishala <53332225+kirangodishala@users.noreply.github.com>
fix(docker): resolve the issue of double encoding while making the ne… …xt call to ECR's tags list (#6357) (#6358) * test(docker): add test to demonstrate the issue of double encoding of query parameter when the next link from a docker registry like ECR responds with an encoded url. * fix(docker): resolve the issue of double encoding contained in the ECR's next `link` header causing the Retrofit2 client to fail due to error code `405` and `Message: Method Not Allowed`. (cherry picked from commit 06c98c0) Co-authored-by: Kiran Godishala <53332225+kirangodishala@users.noreply.github.com>
PreviousNext