Skip to content
Snippets Groups Projects
Commit 239954ad authored by Grzegorz Bizon's avatar Grzegorz Bizon
Browse files

Add GitLab QA base image

parent 556e0256
No related branches found
No related tags found
1 merge request!27Add GitLab QA base image
Loading
Loading
@@ -34,6 +34,7 @@ ruby-2.3-static-analyses test: *test_build
www-gitlab-com test: *test_build
doc-gitlab-com test: *test_build
terraform-0.1 test: *test_build
gitlab-qa test: *test_build
 
ruby-2.1-git-2.7-phantomjs-2.1: *build_and_deploy
ruby-2.3-git-2.7-phantomjs-2.1: *build_and_deploy
Loading
Loading
@@ -42,3 +43,4 @@ ruby-2.3-static-analyses: *build_and_deploy
www-gitlab-com: *build_and_deploy
doc-gitlab-com: *build_and_deploy
terraform-0.1: *build_and_deploy
gitlab-qa: *build_and_deploy
FROM ruby:2.3
WORKDIR /home/qa
RUN wget -q https://get.docker.com/builds/Linux/x86_64/docker-1.12.1.tgz && \
tar -zxf docker-1.12.1.tgz && mv docker/docker /usr/local/bin/docker && \
rm docker-1.12.1.tgz
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment