@@ -8,7 +8,7 @@ docker-android-apps-cicd is an open-source fork of [gitlab-ci-android](https://g
## How to add docker images to projects
This repo contains 3 images slim, full and chromium.
This repo contains 4 images slim, full, chromium and ai.
The slim image is small in size and can be used for tasks like updating projects from upstream, running rsync tasks, etc. As those tasks doesn't need many packages therefore slim docker image can be used
@@ -16,12 +16,15 @@ The full image is used to build android apps. So it contains packages like pytho
The chromium image is used to build our browser.
The ai image is used to setup an environment for ai-review pipeline job
To add it to the project for use add one of the following changes according to requirements to .gitlab-ci.yml file