Sign inSign up

conveyer/android

By conveyer

Updated over 8 years ago

Android containers for conveyer

Image
0

527

conveyer/android repository overview

Conveyer

About

Early stage/experimental turnkey build & CI/CD pipeline.

Misc notes

The following alterations need to be made to the Gitlab runners

/etc/gitlab-runner/config.toml

Note the volumes and network_mode

concurrent = 1
check_interval = 0

[[runners]]
  name = "react_native_runner"
  url = "https://urandom.io/gitlab/"
  token = "84116b9cf7a597139aac46df3181ef"
  executor = "docker"
  [runners.docker]
    tls_verify = false
    image = "node"
    privileged = false
    disable_cache = false
    volumes = ["/var/run/docker.sock:/var/run/docker.sock", "/cache"]
    network_mode = "buildserver_internal"
    shm_size = 0
  [runners.cache]

Build server

Tag summary

Content type

Image

Digest

Size

991.7 MB

Last updated

over 8 years ago

docker pull conveyer/android