Add Docker image, multi-arch publish workflow, and usage guide#143
Merged
Conversation
Comment on lines
+17
to
+21
| - uses: actions/checkout@v5 | ||
| with: | ||
| ref: ${{ github.event.workflow_run.head_sha }} | ||
| fetch-depth: 0 | ||
| - uses: docker/login-action@v3 |
Comment on lines
+48
to
+52
| - uses: actions/checkout@v5 | ||
| with: | ||
| ref: ${{ github.event.workflow_run.head_sha }} | ||
| fetch-depth: 0 | ||
| - uses: docker/login-action@v3 |
Comment on lines
+81
to
+85
| - uses: actions/checkout@v5 | ||
| with: | ||
| ref: ${{ github.event.workflow_run.head_sha }} | ||
| fetch-depth: 0 | ||
| - uses: docker/login-action@v3 |
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.
Summary
Dockerfilefor themobilewright/mobilewrightimage — Ubuntu base, Node 24, ADB client, runs as non-rootmwuser. Includes anadbwrapper that routes ADB calls to the host's ADB server so a host emulator is visible inside the container..dockerignoreand a Docker usage guide covering both local Android emulators and Mobile Next Cloud devices.Test plan
docker buildsucceeds for linux/amd64 and linux/arm64docker run --rm mobilewright/mobilewright doctorreaches the host ADB server (macOS/Windows, and Linux with--add-host)docker run ... testruns against a local Android emulator with the project mountedmobilewright testconnects via themobile-usedriver usingMOBILE_USE_API_KEY:latestand:<version>