mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Merge branch 'add-triage-ops-image' into 'master'
Add triage-ops image See merge request gitlab-org/gitlab-build-images!480
This commit is contained in:
commit
908944a211
2 changed files with 11 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ omnibus-gitlab-depscan test: *test_build
|
|||
omnibus-gitlab-cve-search test: *test_build
|
||||
|
||||
release-tools test: *test_build
|
||||
triage-ops-ruby-2.7 test: *test_build
|
||||
sitespeed-gitlab test: *test_build
|
||||
ubi-release test: *test_build
|
||||
www-gitlab-com-3.0 test: *test_build
|
||||
|
|
@ -91,6 +92,7 @@ omnibus-gitlab-focal push: *build_and_deploy
|
|||
omnibus-gitlab-depscan push: *build_and_deploy
|
||||
omnibus-gitlab-cve-search push: *build_and_deploy
|
||||
release-tools push: *build_and_deploy
|
||||
triage-ops-ruby-2.7 push: *build_and_deploy
|
||||
sitespeed-gitlab push: *build_and_deploy
|
||||
ubi-release push: *build_and_deploy
|
||||
www-gitlab-com-3.0 push: *build_and_deploy
|
||||
|
|
|
|||
9
Dockerfile.triage-ops-ruby-2.7
Normal file
9
Dockerfile.triage-ops-ruby-2.7
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
FROM ruby:2.7
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y cmake
|
||||
|
||||
# Set UTF-8 http://jaredmarkell.com/docker-and-locales/
|
||||
ENV LANG C.UTF-8
|
||||
ENV LANGUAGE C
|
||||
ENV LC_ALL C.UTF-8
|
||||
Loading…
Add table
Add a link
Reference in a new issue