mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add GitLab QA base image
This commit is contained in:
parent
556e02569f
commit
239954ade2
2 changed files with 9 additions and 0 deletions
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