mirror of
https://github.com/budtmo/docker-android.git
synced 2026-04-25 20:25:57 +03:00
[GH-ISSUE #209] Allow Control Over Appium Version via environment variable? #152
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-android#152
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fbrandao on GitHub (Nov 14, 2019).
Original GitHub issue: https://github.com/budtmo/docker-android/issues/209
Currently to the best of my knowledge there is no mechanism to configure the appium server version if you use pre built images like for example budtmo/docker-android-x86-7.1.1.
In my case appium 1.15 introduced a new bug, and without using an older version some test scenarios simply are not executable.
Would it be possible to build de appium server components after startup of the container so we could pass an environment variable that would allow to setup the version?
The base docker image of appium has this functionality so i assume it should be portable across.
@budtmo commented on GitHub (Nov 20, 2019):
Hi @fbrandao ,
no, I wont support it, because it make user to wait for the installation process (user want use any tool that is fast and ready to use). But the good news is that this tool is integrated with SaltStacks, so you can use SaltStack to control the container and do whatever you please.
@fbrandao commented on GitHub (Nov 22, 2019):
Hi @budtmo
Thanks for you response.
I understand completely, do you think its possible for me to build myself the docker-android-x86-7.1.1 image with a different appium version in order to use it ?