android-emulator-container-scripts
android-emulator-container-scripts copied to clipboard
Custom image with google account
Hi, I'd like to ask if its possible automate setup or build docker image with gmail account.
manual setup I can run container save gmail account and user settings and do docker commit on actual settings.
automatic build I want to keep changes stored in git and keep track on changes, so its possible build docker images with gmail account already set.
We are working on hosting docker images directly so you can pull emulator + system image directly.
As for now you can use the emu-docker cloud-build
that will create a series of docker files + cloud build script that you might be able to use.
Hello @pokowaka,
Would it be possible to add support for sign-in to the Google account programmatically (e.g. either during AVD setup or in the runtime), please?
We have used emu-docker in our CI/CD pipeline for a couple of months already, but signing into a Google account is still kind of a bottleneck.
Thank you!