From: Xavier Claessens Date: Thu, 22 Nov 2018 16:37:51 +0000 (-0500) Subject: Build ubuntu runtime docker X-Git-Tag: 1.19.3~497^2~509 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=71b1b352eea12f04f49da95f4f4c62adb5cf6f52;p=platform%2Fupstream%2Fgstreamer.git Build ubuntu runtime docker --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 58d06fe..928db35 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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