mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-03 02:37:48 +08:00
Merge #1076 Update the README for OpenShift deployments
This commit is contained in:
@@ -7,7 +7,8 @@ Deploy MBS to OpenShift
|
||||
$ docker build openshift/backend \
|
||||
--tag mbs-backend:latest \
|
||||
--build-arg mbs_rpm=<MBS_RPM> \
|
||||
--build-arg mbs_messaging_umb_rpm=<MBS_MESSAGING_UMB_RPM>
|
||||
--build-arg mbs_messaging_umb_rpm=<MBS_MESSAGING_UMB_RPM> \
|
||||
--build-arg umb_ca_crt=<UMB_CA_CRT>
|
||||
```
|
||||
|
||||
where:
|
||||
@@ -19,6 +20,8 @@ where:
|
||||
Plugin](https://github.com/release-engineering/mbs-messaging-umb) RPM. If not
|
||||
provided, only `fedmsg` and `in_memory` will be available for messaging in the
|
||||
image.
|
||||
* UMB_CA_CRT is a path or URL to the CA certificate of the message bus to be
|
||||
used by MBS.
|
||||
|
||||
## Build the container image for MBS frontend
|
||||
|
||||
|
||||
Reference in New Issue
Block a user