Compare commits

..
12 Commits
Author SHA1 Message Date
budtmo 77f1be5bdd Updated appium base image 2023-07-06 10:26:29 +02:00
budtmo 11279d2595 Updated base image v2.0.b71-p0 2023-06-07 21:30:07 +02:00
Budi UtomoandGitHub b600346ab6 Merge pull request #355 from budtmo/dependabot/pip/cli/requests-2.31.0
Bump requests from 2.30.0 to 2.31.0 in /cli
2023-05-23 17:42:55 +02:00
dependabot[bot]andGitHub f727ee0667 Bump requests from 2.30.0 to 2.31.0 in /cli
Bumps [requests](https://github.com/psf/requests) from 2.30.0 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.30.0...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 07:07:47 +00:00
Budi UtomoandGitHub fe61c99eff Update DOCKER-ANDROID-PRO.md 2023-05-17 23:04:04 +02:00
Budi UtomoandGitHub 2ac43ba4cb Changed order in readme 2023-05-11 14:35:06 +02:00
budtmo 0591667c0b Resized the image 2023-05-11 14:03:58 +02:00
budtmo af1c18856a Added docker-android users 2023-05-11 13:49:44 +02:00
budtmo 28c71e2b65 Added codecov badge 2023-05-11 13:42:19 +02:00
budtmo ea2f387203 Merge branch 'master' of github.com:budtmo/docker-android 2023-05-11 13:02:21 +02:00
budtmo a365368044 Added step to publish test result 2023-05-11 13:02:13 +02:00
Budi UtomoandGitHub 0fe711f563 Typo 2023-05-10 13:44:36 +02:00
6 changed files with 18 additions and 8 deletions
+4 -1
View File
@@ -19,4 +19,7 @@ jobs:
run: script -e -c "./app.sh build base test"
- name: Build emulator image and run unit-test
run: script -e -c "./app.sh test emulator test 11.0 && sudo mv tmp/* . && ls -al"
run: script -e -c "./app.sh test emulator test 11.0 && sudo mv tmp/* ."
- name: Publish test result
run: bash <(curl -s https://codecov.io/bash)
+9 -2
View File
@@ -3,7 +3,7 @@
<img id="header" src="./images/logo_docker-android.png" />
</p>
[![Paypal Donate](https://img.shields.io/badge/paypal-donate-blue.svg)](http://paypal.me/budtmo) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![Join the chat at https://gitter.im/budtmo/docker-android](https://badges.gitter.im/budtmo/docker-android.svg)](https://gitter.im/budtmo/docker-android?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GitHub release](https://img.shields.io/github/release/budtmo/docker-android.svg)](https://github.com/budtmo/docker-android/releases)
[![Paypal Donate](https://img.shields.io/badge/paypal-donate-blue.svg)](http://paypal.me/budtmo) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![codecov](https://codecov.io/gh/budtmo/docker-android/branch/master/graph/badge.svg)](https://codecov.io/gh/budtmo/docker-android) [![Join the chat at https://gitter.im/budtmo/docker-android](https://badges.gitter.im/budtmo/docker-android.svg)](https://gitter.im/budtmo/docker-android?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GitHub release](https://img.shields.io/github/release/budtmo/docker-android.svg)](https://github.com/budtmo/docker-android/releases)
Docker-Android is a docker image built to be used for everything related to Android. It can be used for Application development and testing (native, web and hybrid-app).
@@ -101,6 +101,14 @@ Emulator Skins
--------------
The Emulator skins are taken from [Android Studio IDE](https://developer.android.com/studio) and [Samsung Developer Website](https://developer.samsung.com/)
USERS
-----
<a href="https://lookerstudio.google.com/s/iGaemHJqQvg">
<p align="center">
<img src="./images/docker-android_users.png" alt="docker-android-users" width="800" height="600">
</p>
</a>
PRO VERSION
-----------
@@ -122,7 +130,6 @@ The differences between normal version and pro version are:
This [document](./documentations/DOCKER-ANDROID-PRO.md) contains detail information about how to use docker-android-pro.
LICENSE
-------
See [License](LICENSE.md)
+1 -1
View File
@@ -3,4 +3,4 @@ click==8.1.3
coverage==7.2.5
mock==5.0.2
nose==1.3.7
requests==2.30.0
requests==2.31.0
+1 -1
View File
@@ -1,4 +1,4 @@
FROM appium/appium:v2.0.b63-p2
FROM appium/appium:v2.0.0-p0
LABEL maintainer "Budi Utomo <budtmo.os@gmail.com>"
+3 -3
View File
@@ -21,12 +21,12 @@ List of Docker-Images
---------------------
|Android |API |Type |Image with latest release version |Image with specific release version|
|:---|:---|:---|:---|:---|
|9.0|28|Normal|budtmo2/docker-android-pro:emulator_9.0_v2.0|budtmo2/docker-android-pro:emulator_9.0_<release_version>|
|9.0|28|Normal|budtmo2/docker-android-pro:emulator_9.0|budtmo2/docker-android-pro:emulator_9.0_<release_version>|
|10.0|29|Normal|budtmo2/docker-android-pro:emulator_10.0|budtmo2/docker-android-pro:emulator_10.0_<release_version>|
|11.0|30|Normal|budtmo2/docker-android-pro:emulator_11.0|budtmo2/docker-android-pro:emulator_11.0_<release_version>|
|12.0|32|Normal|budtmo2/docker-android-pro:emulator_12.0|budtmo2/docker-android-pro:emulator_12.0_<release_version>|
|13.0|33|Normal|budtmo2/docker-android-pro:emulator_13.0|budtmo2/docker-android-pro:emulator_13.0_<release_version>|
|9.0|28|Headless|budtmo2/docker-android-pro:emulator_headless_9.0_v2.0|budtmo2/docker-android-pro:emulator_headless_9.0_<release_version>|
|9.0|28|Headless|budtmo2/docker-android-pro:emulator_headless_9.0|budtmo2/docker-android-pro:emulator_headless_9.0_<release_version>|
|10.0|29|Headless|budtmo2/docker-android-pro:emulator_headless_10.0|budtmo2/docker-android-pro:emulator_headless_10.0_<release_version>|
|11.0|30|Headless|budtmo2/docker-android-pro:emulator_headless_11.0|budtmo2/docker-android-pro:emulator_headless_11.0_<release_version>|
|12.0|32|Headless|budtmo2/docker-android-pro:emulator_headless_12.0|budtmo2/docker-android-pro:emulator_headless_12.0_<release_version>|
@@ -34,7 +34,7 @@ List of Docker-Images
***Note: Headless mode does not have any Web-UI***
You can always pull the latest image tag. In case you want to see the release version that has been built with a changelog note and use that specific release version, you can see that information by logging into [docker-hub-ui](https://hub.docker.com) using given access token.
You can always pull the latest image tag. In case you want to see the release version that has been built with a changelog note and use that specific release version, ythe information will be sent to you as well.
List of Devices
Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB