Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Problems with deploy

Hi All,

I've got problem when deploying to server getting the below error (screen 1). After machine restart I can't install gitlab-runner. Any idea where the problem is?

Screen 1Screen 1Screen 2Screen 2

Regards,

Przemek

0 1 181
1 REPLY 1

Hi Przemek,

 

This looks like two different problems :-

  1. Access denied on Screen 1, maybe a docker login is needed?
  2. The gitlab-runner image is around 1.5GB compressed & 2GB uncompressed. Adding these together is close to the disk free space when you pull manually, so if other processes are creating temporary files that might be the cause.

I note that there are many more layers showing in Screen 1, so you're pulling more that just gitlab-runner during deployment?

The drive might not be large enough for all the images you need to pull. If you're able to test with a larger drive that might help.

 

Regards

Pete