I have a Google Cloud VM that installed with my application. The installation step is completed and I:
- Turned off the VM instance.
- Exported the disk to disk image called MY_CUSTOM_IMAGE_1
My wish now is to use MY_CUSTOM_IMAGE_1 as the starting image of my docker image build. For building the images I'm using Google Cloud Build.
My docker file should look like this: