mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Merge branch 'feature/gb/gitlab-qa-image' into 'master'
Add GitLab QA base image See merge request !27
This commit is contained in:
commit
aa62d51de6
2 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
7
Dockerfile.gitlab-qa
Normal file
7
Dockerfile.gitlab-qa
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue