UNCLASSIFIED

You need to sign in or sign up before continuing.
README.md 784 Bytes
Newer Older
sean.melissari's avatar
sean.melissari committed
1
# gitlab-ruby-container
Joshua Eason's avatar
Joshua Eason committed
2

sean.melissari's avatar
sean.melissari committed
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
Base Ruby image, used to build other Ruby based GitLab containers.

## GitLab Build

The hardened containers for GitLab require the gitlab correctly version assets blob to be available for download.

There are some included scripts to make this easier for user building images offline on their machine.


## Build Phases

Some of the GitLab containers are build on top of previous containers, building the containers in ordered phases is necessary to build all containers.

- Phase One
  * kubectl
  * gitlab-ruby
  * gitlab-container-registry
- Phase Two
  * git-base
  * gitlab-exporter
  * gitlab-mailroom
  * gitlab-shell
  * gitlab-rails
  * gitlab-workhorse
- Phase 3
  * gitaly
- Phase 4
  * gitlab-sidekiq
  * gitlab-task-runner
  * gitlab-webservice