UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 93e3231d authored by Steven Terhar's avatar Steven Terhar
Browse files

Update README.md

parent a9762458
No related branches found
No related tags found
2 merge requests!28Development,!27Update GitLab to the 17.3.0 Minor Feature Release
Pipeline #3621907 failed
# <application name>
# gitlab-mailroom-container
Project template for all Iron Bank container repositories.
\ No newline at end of file
A configuration based process that will idle on IMAP connections and execute a delivery method when a new message is received.
## 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.
## Building
1. Switch to the desired versioned directory
2. Run `./build-scripts/build.sh`
* Runs docker build, and takes care of setting the appropriate build args for users running locally
`build-script/build.sh` is provided as an example and helpful for building locally. You can also instead call docker build and pass build-args directly.
## Build Phases
Some of the GitLab containers are build ontop of previous containers, building the containers in order is necessary.
1. `gitlab-base` (built on `ubi` image)
2. `gitlab-ruby` (built on `gitlab-base` image)
3. `gitlab-mailroom` (built on `gitlab-ruby` image)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment