which GCP Compute Engine instance Data Scientist use to build Docker images and push them on GCP Container Registry ?
- I am not allowed to have Docker installed on my Laptop
- I cannot build it on CloudShell because my image is too big (>5 GB)
- I can do it on Debian/Unbuntu VM but I need to installed Docker (I need to reinstall SDK, to install Docker and add user)
- I can do it on Container-Optimized OS VM but SDK (need to push the image on CP Container Registry) need to be installed as well as python 2
Is there another easier option with everything already pre installed (Docker and SDK) ? How people do that in general ? Is there other points I should take into account for making my choice of Compute Engine instance ?