mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Add image for ruby 2.3.3
This commit is contained in:
parent
0bfb3e675f
commit
30688f1b8e
2 changed files with 13 additions and 0 deletions
|
|
@ -29,12 +29,14 @@ before_script:
|
||||||
|
|
||||||
ruby-2.1-git-2.7-phantomjs-2.1 test: *test_build
|
ruby-2.1-git-2.7-phantomjs-2.1 test: *test_build
|
||||||
ruby-2.3-git-2.7-phantomjs-2.1 test: *test_build
|
ruby-2.3-git-2.7-phantomjs-2.1 test: *test_build
|
||||||
|
ruby-2.3.3-git-2.7-phantomjs-2.1 test: *test_build
|
||||||
ruby-2.3-static-analyses test: *test_build
|
ruby-2.3-static-analyses test: *test_build
|
||||||
www-gitlab-com test: *test_build
|
www-gitlab-com test: *test_build
|
||||||
doc-gitlab-com test: *test_build
|
doc-gitlab-com test: *test_build
|
||||||
|
|
||||||
ruby-2.1-git-2.7-phantomjs-2.1: *build_and_deploy
|
ruby-2.1-git-2.7-phantomjs-2.1: *build_and_deploy
|
||||||
ruby-2.3-git-2.7-phantomjs-2.1: *build_and_deploy
|
ruby-2.3-git-2.7-phantomjs-2.1: *build_and_deploy
|
||||||
|
ruby-2.3.3-git-2.7-phantomjs-2.1: *build_and_deploy
|
||||||
ruby-2.3-static-analyses: *build_and_deploy
|
ruby-2.3-static-analyses: *build_and_deploy
|
||||||
www-gitlab-com: *build_and_deploy
|
www-gitlab-com: *build_and_deploy
|
||||||
doc-gitlab-com: *build_and_deploy
|
doc-gitlab-com: *build_and_deploy
|
||||||
|
|
|
||||||
11
Dockerfile.ruby-2.3.3-git-2.7-phantomjs-2.1-node-7.1
Normal file
11
Dockerfile.ruby-2.3.3-git-2.7-phantomjs-2.1-node-7.1
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
FROM ruby:2.3.3
|
||||||
|
|
||||||
|
ADD / /
|
||||||
|
RUN /scripts/install-essentials
|
||||||
|
RUN /scripts/install-phantomjs 2.1.1
|
||||||
|
RUN /scripts/install-node
|
||||||
|
|
||||||
|
RUN locale-gen en_US.UTF-8
|
||||||
|
ENV LANG en_US.UTF-8
|
||||||
|
ENV LANGUAGE en_US:en
|
||||||
|
ENV LC_ALL en_US.UTF-8
|
||||||
Loading…
Add table
Add a link
Reference in a new issue