Docker ProgressUpdateEvent may report file sizes larger than 2GB, but int has been used as the target type on parsing the according json output. If we attempt to push an image with a total size of >2GB, this will result in a build failure (although the image will still be pushed correctly).
This Pull Request fixes that by changing the affected types from int to long.
Comment From: pivotal-cla
@kgb-financial-com Please sign the Contributor License Agreement!
Click here to manually synchronize the status of this Pull Request.
See the FAQ for frequently asked questions.
Comment From: kgb-financial-com
@pivotal-cla This is an Obvious Fix
Comment From: pivotal-cla
@kgb-financial-com This Pull Request contains an obvious fix. Signing the Contributor License Agreement is not necessary.
Comment From: kgb-financial-com
Sorry, I used the wrong branch for this pull request. Will create another one with the correct source branch.