mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add a release-tools Dockerfile
This commit is contained in:
parent
72a1bab114
commit
9bf024643f
2 changed files with 16 additions and 6 deletions
|
|
@ -91,18 +91,19 @@ node-8.9-chrome-63.0-yarn-1.2 test: *test_custom
|
|||
# Used by https://gitlab.com/gitlab-org/distribution/gitlab-provisioner/
|
||||
ruby-2.3-ansible-2.5.1-terraform-0.11 test: *test_custom
|
||||
|
||||
www-gitlab-com-2.4 test: *test_build
|
||||
gitlab-qa test: *test_build
|
||||
omnibus-gitlab-bionic test: *test_build
|
||||
omnibus-gitlab-centos6 test: *test_build
|
||||
omnibus-gitlab-centos7 test: *test_build
|
||||
omnibus-gitlab-jessie test: *test_build
|
||||
omnibus-gitlab-stretch test: *test_build
|
||||
omnibus-gitlab-opensuse42.3 test: *test_build
|
||||
omnibus-gitlab-stretch test: *test_build
|
||||
omnibus-gitlab-trusty test: *test_build
|
||||
omnibus-gitlab-wheezy test: *test_build
|
||||
omnibus-gitlab-xenial test: *test_build
|
||||
omnibus-gitlab-bionic test: *test_build
|
||||
release-tools test: *test_build
|
||||
sitespeed-gitlab test: *test_build
|
||||
www-gitlab-com-2.4 test: *test_build
|
||||
|
||||
# Builds
|
||||
|
||||
|
|
@ -147,18 +148,19 @@ golang-1.10-git-2.17: *build_and_deploy_custom
|
|||
# Used by https://gitlab.com/gitlab-org/distribution/gitlab-provisioner/
|
||||
ruby-2.3-ansible-2.5.1-terraform-0.11: *build_and_deploy_custom
|
||||
|
||||
www-gitlab-com-2.4: *build_and_deploy
|
||||
gitlab-qa: *build_and_deploy
|
||||
omnibus-gitlab-bionic: *build_and_deploy
|
||||
omnibus-gitlab-centos6: *build_and_deploy
|
||||
omnibus-gitlab-centos7: *build_and_deploy
|
||||
omnibus-gitlab-jessie: *build_and_deploy
|
||||
omnibus-gitlab-stretch: *build_and_deploy
|
||||
omnibus-gitlab-opensuse42.3: *build_and_deploy
|
||||
omnibus-gitlab-stretch: *build_and_deploy
|
||||
omnibus-gitlab-trusty: *build_and_deploy
|
||||
omnibus-gitlab-wheezy: *build_and_deploy
|
||||
omnibus-gitlab-xenial: *build_and_deploy
|
||||
omnibus-gitlab-bionic: *build_and_deploy
|
||||
release-tools: *build_and_deploy
|
||||
sitespeed-gitlab: *build_and_deploy
|
||||
www-gitlab-com-2.4: *build_and_deploy
|
||||
|
||||
cache-google-chrome:
|
||||
stage: automation
|
||||
|
|
|
|||
8
Dockerfile.release-tools
Normal file
8
Dockerfile.release-tools
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
FROM ruby:2.4-alpine
|
||||
|
||||
RUN apk add --update build-base cmake git openssh-client
|
||||
|
||||
# Set UTF-8 http://jaredmarkell.com/docker-and-locales/
|
||||
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