# the base of where these containers will appear
-REGISTRY := registry.gitlab.com/xen-project/xen
+REGISTRY := registry.gitlab.com/royger/xen
CONTAINERS := $(filter-out yocto/%,$(subst .dockerfile,,$(wildcard */*.dockerfile)))
CONTAINERS_EXTRA =
DOCKER_CMD ?= docker
.build-tmpl: &build
stage: build
- image: registry.gitlab.com/xen-project/xen/${CONTAINER}
+ image: registry.gitlab.com/royger/xen/${CONTAINER}
script:
- ./automation/scripts/build 2>&1 | tee build.log
artifacts:
.test-jobs-common:
stage: test
- image: registry.gitlab.com/xen-project/xen/${CONTAINER}
+ image: registry.gitlab.com/royger/xen/${CONTAINER}
except:
- master
- smoke
# The caller is expected to override the CONTAINER environment
# variable with the container they wish to launch.
#
-BASE="registry.gitlab.com/xen-project/xen"
+BASE="registry.gitlab.com/royger/xen"
case "_${CONTAINER}" in
_alpine) CONTAINER="${BASE}/alpine:3.12" ;;
_alpine-arm64v8) CONTAINER="${BASE}/alpine:3.12-arm64v8" ;;