builds when the cache is empty. Only caches under 1GB once compressed are saved.
For the cache to compress to under 1GB, the size of the original images in the docker daemon must be < 2GB.
You can check the size by adding this command to the script in your bitbucket-pipelines.yml:
docker image inspect $(docker image ls -aq) --format {{.Size}} | awk '{totalSizeInBytes += $0} END {print totalSizeInBytes}'
Думал, может быть есть еще какие-то варианты, подключить внешнее хранилище и т.д.?
Обсуждают сегодня