Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

callout releasing in readme #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ $ make build_image <DOCKERORG=yourDockerOrg>
$ make push <DOCKERORG=yourDockerOrg>
```

#### Releasing a new Docker Image
```
$ make build_and_push TAG=<release version>
```


#### Deploy managed-service-broker
An OpenShift template in the `templates` directory of this repo is used to deploy the broker to a running OpenShift cluster.
This assumes that the [`svcat` command line tool](https://github.com/kubernetes-incubator/service-catalog/blob/master/docs/install.md) is installed.
Expand Down