tcw165 / docker-android

The docker image for deploying Android app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Developer Guide

We use Bundler to manage the packages necessary for unit test and depoloyment on the Docker image.

Updated: 2018 Ari 25

Install Gem

bundle-install - Install the dependencies specified in your Gemfile

bundle install [--binstubs[=DIRECTORY]]
                 [--clean]
                 [--deployment]
                 [--force]
                 [--frozen]
                 [--full-index]
                 [--gemfile=GEMFILE]
                 [--jobs=NUMBER]
                 [--local]
                 [--no-cache]
                 [--no-prune]
                 [--path PATH]
                 [--quiet]
                 [--retry=NUMBER]
                 [--shebang]
                 [--standalone[=GROUP[ GROUP...]]]
                 [--system]
                 [--trust-policy=POLICY]
                 [--with=GROUP[ GROUP...]]
                 [--without=GROUP[ GROUP...]]

Update Gem

bundle-update - Update your gems to the latest available versions

bundle update *gems [--group=NAME]
                        [--source=NAME]
                        [--local]
                        [--ruby]
                        [--bundler[=VERSION]]
                        [--full-index]
                        [--jobs=JOBS]
                        [--quiet]
                        [--force]
                        [--patch|--minor|--major]
                        [--strict]
                        [--conservative]

For example:

bundle update fastlane

Update Dockerfile

We inherits the Docker image from CircleCI and currently we are using api-27-alpha one.

See Dockerfile

About

The docker image for deploying Android app


Languages

Language:Ruby 100.0%