Add triage-ops image

Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
Rémy Coutable 2022-02-03 15:22:48 +01:00
parent 09e50210c3
commit 422013d00b
No known key found for this signature in database
GPG key ID: 4C514D15D07186F1
2 changed files with 11 additions and 0 deletions

View file

@ -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

View 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