When pushing a Docker application in TAS, one of the following errors appears in the app logs:
2026-02-23T16:20:43.62+0100 [CELL/0] ERR Cell ########-####-####-####-############ failed to create container for instance ########-####-####-####-####: running image plugin create: pulling the image: streaming blob sha256:##########################: writing blob to tempfile: uncompressed layer size exceeds quota
2026-02-24T15:23:08.13+0100 [CELL/0] ERR Cell ########-####-####-####-############ failed to create container for instance ########-####-####-####-####: running image plugin create: making image: creating image: applying disk limits: disk limit is smaller than volume size
TAS/ERT with diego_docker feature enabled
The application disk quota is smaller than the size required by the Docker image.
Two different errors appear depending on when the failure occurs:
During image pull/unpack → uncompressed layer size exceeds quota
During container creation → disk limit is smaller than volume size
Both indicate that the Docker image requires more disk space than allocated.
cf push myapp --disk <new disk capacity>
applications:
- name: myapp
disk_quota: <new disk capacity>
The default disk quota is defined in