setup_remote_docker is slow to spin up

One major cause of this is using Docker Layer Caching when your image has many layers, you're caching many images, or a combination of both. The more cached layers/images you have the longer it will take to start remote docker.

To mitigate this you can try reducing the number of layers in your image, or separate building images into multiple jobs using workflows

この記事は役に立ちましたか?
7人中1人がこの記事が役に立ったと言っています

コメント

0件のコメント

記事コメントは受け付けていません。