I need to create test docker image with google cloud datastore emulator and java application. Java app use emulator to store test data. How should i create this image? Should i use FROM openjdk:8 or FROM google/cloud-sdk:latest?I need to create test docker image with google