Skip to content

Commit 3a4f68b

Browse files
committed
Add info on image stream import
1 parent 58196b5 commit 3a4f68b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,10 @@ The server application can be deployed with the workflow in `.github/workflows/m
5656

5757
Opens in the URL indicated in the Google Cloud platform dashboard under "Services".
5858

59+
### Import in Openshift
60+
61+
Import the docker image as image stream:
62+
63+
```
64+
oc tag ghcr.io/katilp/node-json-api:main cms-info-server:latest --scheduled
65+
```

0 commit comments

Comments
 (0)