Skip to content

Releases: budtmo/docker-android

v2.0-p1

09 May 18:03
Compare
Choose a tag to compare

Changes:

  • Using base image v1.22.3-p6 that has big restructuring but it still contains Appium 1.22.3
  • Replaced bash implementations with Python to maintain the project easier
  • Split big Dockerfile into small pieces to remove redundancy
  • Removed unnecessary parts in Dockerfile to reduce the size of the image
  • Drop support for Android < 9.0 [Emulator]
  • Added support for Android 13.0 [Emulator]
  • Removed integration with Selenium 3.x
  • Added documentation to integrate with Selenium 4.x
  • Moved from Azure pipeline to GitHub action
  • Added supports for pro version of docker-android

v1.10-p7

19 Aug 18:35
Compare
Choose a tag to compare

Changes:

  • Updated base image that fixed vulnerabilities
  • Removed ATD

v1.10-p6

02 May 08:06
Compare
Choose a tag to compare

Changes:

  • Updated base image that contains Appium 1.22.3

v1.10-p5

25 Apr 14:05
Compare
Choose a tag to compare

Changes:

  • Updated base image that contains Appium 1.22.2

v1.10-p4

25 Apr 13:51
Compare
Choose a tag to compare

Changes:

  • Updated base image that contains Appium 1.22.1

v1.10-p3

08 Apr 10:46
Compare
Choose a tag to compare

Changes:

  • Dropped polyverse
  • Using python 3.8.12 for pipeline

v1.10-p2

05 Oct 08:10
Compare
Choose a tag to compare

Changes:

  • Removed support for Android 5.0.1 and 5.1.1
  • Using latest Appium version (v1.22.0)

v1.10-p1

05 Aug 12:18
Compare
Choose a tag to compare

Changes:

v1.9-p8

20 Jul 15:25
Compare
Choose a tag to compare

Changes:

  • Using build-tools 31.0.0 by updating base image
  • Fixed issue related with config.ini, credits @ireneu

v1.9-p7

21 Jun 10:26
Compare
Choose a tag to compare

Changes:

  1. Fixed pip issue on release pipeline (minor changes)