diff options
author | aguestuser <aguestuser@risup.net> | 2017-04-23 20:58:42 -0400 |
---|---|---|
committer | aguestuser <aguestuser@risup.net> | 2017-04-30 20:05:35 -0400 |
commit | 7ed7d62015fafe5b9a11097c04419d2ffd0826c1 (patch) | |
tree | 4ca6bb69a06e890f370666e8f1fb6a3e7ca7227d /.gitlab-ci.yml | |
parent | 215edb9840e5a75ed961fbf8b6ce423116deef28 (diff) |
[ag] use self-contained docker registry in ci build
* for greater compartmentalization and self-documentation,
use docker registry in this repo to host image used in its build
rather than registry in `leap/gitlab-buildpackage` as before
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 920f65d0..5321f64d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,12 +1,4 @@ -# NOTE(@aguestuser|4.23.17): -# - we would prefer 0xacab.org:4567/leap/bitmask_android:android-sdk -# as the build image, but cant do that presently b/c: -# (1) i do not have permissions to create docker repositories in this repo -# (2) we need to add whatever image we use to gitlab ci's whitelist -# or else we get a message like: -# `ERROR: The 0xacab.org:4567/aguestuser/bitmask_android:android-sdk-25 is not present on list of allowed images` - -image: "0xacab.org:4567/leap/gitlab-buildpackage:android" +image: "0xacab.org:4567/leap/bitmask_android/android-sdk:latest" stages: - build |