feat(docker-android): budtmo emulator image with modern Chrome 150 (x86_64)#8
Open
michael-bouvy wants to merge 1 commit into
Open
feat(docker-android): budtmo emulator image with modern Chrome 150 (x86_64)#8michael-bouvy wants to merge 1 commit into
michael-bouvy wants to merge 1 commit into
Conversation
…86_64) New image clickandmortar/docker-android:emulator_14.0-chrome150 — extends budtmo/docker-android:emulator_14.0 by baking in an authentic, Google-signed Chrome 150.0.7871.63 (x86_64) + its Trichrome Library, replacing the frozen Chrome 113 in the stock system image (arm64 Chrome crashes under NDK translation, so the x86_64 build is required). install-chrome.sh installs them after the emulator boots (invoked by a k8s postStart hook). The APK payload is gitignored; its provenance and signature-cert verification are in the README. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013wYy16f4hdQAYtYy6FAYWj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds
docker-android/→ the imageclickandmortar/docker-android:emulator_14.0-chrome150.Extends
budtmo/docker-android:emulator_14.0(Android 14 emulator + Appium 2 + noVNC) by baking in an authentic, Google-signed Chrome 150.0.7871.63 (x86_64) + its Trichrome Library. The stock system image is frozen at Chrome 113 (May 2023); arm64 Chrome crashes under NDK translation, so the x86_64 build is required.Dockerfile: FROM budtmo +COPY chrome/payload +COPY install-chrome.sh.install-chrome.sh: idempotent post-bootadb installof the Trichrome Library + Chrome splits (invoked by the consumer's k8spostStarthook); logs to/tmp/install-chrome.log.Makefile: standardbuild/push(Docker Hub,--platform linux/amd64)..gitignore: the ~258 MB APK payload is a build input, not committed.README.md: payload provenance, SHA-256, and the no-external-trust signature-cert verification method (signer cert cross-checked against the emulator's factory Chrome + Google Play source stamp).Consumed by Pilot (
kubernetes/android/) for its real-mobile-Chrome automated-test target.🤖 Generated with Claude Code
https://claude.ai/code/session_013wYy16f4hdQAYtYy6FAYWj