Bootstrap the repo, by using our own docker image to build

This commit is contained in:
Mike Cooper 2018-08-28 10:16:38 -07:00
Родитель 86c02bd87b
Коммит fbf0abca15
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 9424CEA6F89AB334
1 изменённых файлов: 1 добавлений и 20 удалений

Просмотреть файл

@ -10,29 +10,10 @@ jobs:
type: string
docker:
- image: ubuntu:18.04
- image: mozilla/cidockerbases:docker-2018-08-28
steps:
- run:
name: Install essential packages
command: |
apt-get update
apt-get install -y ca-certificates curl git openssh-client gnupg software-properties-common
- checkout
- run:
name: Install Docker client
command: |
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
apt-key fingerprint 0EBFCD88
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable"
apt-get update
apt-get install -y docker-ce=18.03.1~ce~3-0~ubuntu
- setup_remote_docker:
version: 18.03.1-ce
- run:
name: Build
command: docker build -t << parameters.imageName >> << parameters.imageName >>/