From 7ed7d62015fafe5b9a11097c04419d2ffd0826c1 Mon Sep 17 00:00:00 2001
From: aguestuser <aguestuser@risup.net>
Date: Sun, 23 Apr 2017 20:58:42 -0400
Subject: [PATCH] [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
---
 .gitlab-ci.yml | 10 +---------
 1 file changed, 1 insertion(+), 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
-- 
GitLab