mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Create custom image for www-gitlab-com rspec tests
This commit is contained in:
parent
9864ea420a
commit
f01ff2114b
2 changed files with 6 additions and 1 deletions
|
|
@ -65,6 +65,9 @@ ruby-2.5.3-golang-1.9-git-2.18-chrome-69.0-node-8.x-yarn-1.2-postgresql-9.6-grap
|
||||||
ruby-2.5.3-golang-1.9-git-2.18-chrome-69.0-node-10.x-yarn-1.12-postgresql-9.6-graphicsmagick-1.3.29 test: *test_custom
|
ruby-2.5.3-golang-1.9-git-2.18-chrome-69.0-node-10.x-yarn-1.12-postgresql-9.6-graphicsmagick-1.3.29 test: *test_custom
|
||||||
ruby-2.5.3-git-2.18-chrome-69.0-node-8.x-yarn-1.2-graphicsmagick-1.3.29-docker-18.06.1 test: *test_custom
|
ruby-2.5.3-git-2.18-chrome-69.0-node-8.x-yarn-1.2-graphicsmagick-1.3.29-docker-18.06.1 test: *test_custom
|
||||||
|
|
||||||
|
# Used by www-gitlab-com's rspec job: https://gitlab.com/gitlab-com/www-gitlab-com/blob/master/.gitlab-ci.yml
|
||||||
|
ruby-2.4.5-git-2.18-chrome-69.0-docker-18.06.1 test: *test_custom
|
||||||
|
|
||||||
# Not used anymore (?)
|
# Not used anymore (?)
|
||||||
golang-1.9-git-2.9.0 test: *test_custom
|
golang-1.9-git-2.9.0 test: *test_custom
|
||||||
golang-1.9-git-2.14 test: *test_custom
|
golang-1.9-git-2.14 test: *test_custom
|
||||||
|
|
@ -116,6 +119,9 @@ ruby-2.5.3-golang-1.9-git-2.18-chrome-69.0-node-8.x-yarn-1.2-postgresql-9.6-grap
|
||||||
ruby-2.5.3-golang-1.9-git-2.18-chrome-69.0-node-10.x-yarn-1.12-postgresql-9.6-graphicsmagick-1.3.29: *build_and_deploy_custom
|
ruby-2.5.3-golang-1.9-git-2.18-chrome-69.0-node-10.x-yarn-1.12-postgresql-9.6-graphicsmagick-1.3.29: *build_and_deploy_custom
|
||||||
ruby-2.5.3-git-2.18-chrome-69.0-node-8.x-yarn-1.2-graphicsmagick-1.3.29-docker-18.06.1: *build_and_deploy_custom
|
ruby-2.5.3-git-2.18-chrome-69.0-node-8.x-yarn-1.2-graphicsmagick-1.3.29-docker-18.06.1: *build_and_deploy_custom
|
||||||
|
|
||||||
|
# Used by www-gitlab-com's rspec job: https://gitlab.com/gitlab-com/www-gitlab-com/blob/master/.gitlab-ci.yml
|
||||||
|
ruby-2.4.5-git-2.18-chrome-69.0-docker-18.06.1: *build_and_deploy_custom
|
||||||
|
|
||||||
# Used by https://gitlab.com/gitlab-org/trello-power-up/blob/master/.gitlab-ci.yml (?)
|
# Used by https://gitlab.com/gitlab-org/trello-power-up/blob/master/.gitlab-ci.yml (?)
|
||||||
node-8.9-chrome-63.0-yarn-1.2: *build_and_deploy_custom
|
node-8.9-chrome-63.0-yarn-1.2: *build_and_deploy_custom
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@ FROM ruby:2.4-slim
|
||||||
|
|
||||||
ADD /scripts/ /scripts/
|
ADD /scripts/ /scripts/
|
||||||
RUN /scripts/install-www-gitlab-com
|
RUN /scripts/install-www-gitlab-com
|
||||||
RUN /scripts/install-chrome
|
|
||||||
|
|
||||||
# Set UTF-8 http://jaredmarkell.com/docker-and-locales/
|
# Set UTF-8 http://jaredmarkell.com/docker-and-locales/
|
||||||
# Must be set after install-essentials is run
|
# Must be set after install-essentials is run
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue