Build ubuntu runtime docker

This commit is contained in:
Xavier Claessens 2018-11-22 11:37:51 -05:00
parent 03a1e07fa3
commit 71b1b352ee

View file

@ -93,6 +93,18 @@ fedora amd64 build docker:
changes:
- 'docker/build-base-images/Dockerfile-fedora'
ubuntu amd64 run docker:
stage: "build runtime"
variables:
ARCH: "amd64"
TAG: "ubuntu-runtime"
CONTEXT_DIR: "docker/runtime-images/"
DOCKERFILE: "docker/runtime-images/Dockerfile-ubuntu"
extends: .base
only:
changes:
- 'docker/runtime-images/Dockerfile-ubuntu'
include: "gitlab/ci_template.yml"
# Test the build job against the latest build image tag and the local manifest