mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 02:52:56 +01:00
Add graphite image GitLab
This commit is contained in:
parent
75bc948630
commit
c388fafa95
3 changed files with 6 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ omnibus-gitlab-trusty test: *test_build
|
||||||
omnibus-gitlab-wheezy test: *test_build
|
omnibus-gitlab-wheezy test: *test_build
|
||||||
omnibus-gitlab-xenial test: *test_build
|
omnibus-gitlab-xenial test: *test_build
|
||||||
sitespeed-gitlab test: *test_build
|
sitespeed-gitlab test: *test_build
|
||||||
|
graphite-gitlab test: *test_build
|
||||||
|
|
||||||
# Builds
|
# Builds
|
||||||
|
|
||||||
|
|
@ -117,6 +118,7 @@ omnibus-gitlab-trusty: *build_and_deploy
|
||||||
omnibus-gitlab-wheezy: *build_and_deploy
|
omnibus-gitlab-wheezy: *build_and_deploy
|
||||||
omnibus-gitlab-xenial: *build_and_deploy
|
omnibus-gitlab-xenial: *build_and_deploy
|
||||||
sitespeed-gitlab: *build_and_deploy
|
sitespeed-gitlab: *build_and_deploy
|
||||||
|
graphite-gitlab: *build_and_deploy
|
||||||
|
|
||||||
cache-google-chrome:
|
cache-google-chrome:
|
||||||
stage: automation
|
stage: automation
|
||||||
|
|
|
||||||
3
Dockerfile.graphite-gitlab
Normal file
3
Dockerfile.graphite-gitlab
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
FROM sitespeedio/graphite
|
||||||
|
|
||||||
|
COPY /scripts/.htpasswd-sitespeed /etc/nginx/.htpasswd
|
||||||
1
scripts/.htpasswd-sitespeed
Normal file
1
scripts/.htpasswd-sitespeed
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
tanuki:$apr1$dlfgzpUC$eCvnmYNjPrGs8FzgY/xPf1
|
||||||
Loading…
Add table
Add a link
Reference in a new issue