Prepare the base image.
docker images - observe the size of the image.
Prepare the GSC image.
docker images - observe the image size.
For eg: Ubuntu base image size
ubuntu_20.04_1 latest d68ca430d4d2 8 minutes ago 72.8MB
gsc-ubuntu_20.04_1 latest 6fd76caa14e6 6 seconds ago 721MB
Description of the problem
GSC image size is huge compare to base image.
Steps to reproduce
Prepare the base image. docker images - observe the size of the image. Prepare the GSC image. docker images - observe the image size. For eg: Ubuntu base image size ubuntu_20.04_1 latest d68ca430d4d2 8 minutes ago 72.8MB gsc-ubuntu_20.04_1 latest 6fd76caa14e6 6 seconds ago 721MB
Expected results
Image size should be optimized.
Actual results
Image size is huge compare to base image.