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

Merge branch 'feature/gb/gitlab-qa-image' into 'master'

Add GitLab QA base image

See merge request !27
parents 556e0256 239954ad
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