Try build using image from registry

This commit is contained in:
Deon George 2016-07-08 17:17:43 +10:00
parent 2f2a0a0388
commit 3707fe065c
3 changed files with 2 additions and 2 deletions

1
.dockerignore Normal file
View File

@ -0,0 +1 @@
.git/

View File

@ -5,7 +5,7 @@ stages:
- build
services:
- leenooks/ci-docker:dind
- registry.leenooks.net/leenooks/ci-docker:dind
variables:
VERSION: latest

View File

@ -1,6 +1,5 @@
# NAME leenooks/base
# VERSION latest
# BUILD docker build -t="leenooks/base" .
FROM centos:latest
MAINTAINER deon@leenooks.net