Skip to content

Commit 99d1d5e

Browse files
committed
Update README instructions for building a release image. Corrects namespace from openshift to origin in oc adm release new command and removes unneeded server flag.
1 parent ebb86aa commit 99d1d5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Building and Publishing CVO
44

55
```sh
6-
./hack/build-image.sh && REPO=<your personal repo (quay.io/ahbinavdahiya | docker.io/abhinavdahiya)> ./hack/push-image.go
6+
./hack/build-image.sh && REPO=<your personal repo (quay.io/ahbinavdahiya | docker.io/abhinavdahiya)> ./hack/push-image.sh
77
```
88

99
1. This builds image locally and then pushes `${VERSION}` and `latest` tags to `${REPO}/origin-cluster-version-operator`.
@@ -17,7 +17,7 @@
1717
2. Run the following command to create release-image at `docker.io/abhinavdahiya/origin-release:latest`:
1818

1919
```sh
20-
oc adm release new -n openshift --server https://api.ci.openshift.org \
20+
oc adm release new -n origin \
2121
--from-image-stream=origin-v4.0 \
2222
--to-image-base=docker.io/abhinavdahiya/origin-cluster-version-operator:latest \
2323
--to-image docker.io/abhinavdahiya/origin-release:latest

0 commit comments

Comments
 (0)