Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-ortega committed Aug 19, 2024
1 parent 20109fd commit 8a63f0e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ using standalone [S2I](https://github.com/openshift/source-to-image) and then ru
resulting image with [Docker](http://docker.io) execute:

```
$ s2i build https://github.com/WASdev/sample.ferret.git ibmcom/websphere-liberty-s2i:java8 websphere-liberty-test
$ s2i build https://github.com/WASdev/sample.ferret.git icr.io/appcafe/websphere-liberty-s2i:java8 websphere-liberty-test
$ docker run -p 9080:9080 websphere-liberty-test
```

Expand All @@ -50,8 +50,10 @@ S2I Runtime Images
------------------
Use the following commands to build and test a lightweight runtime image

All WebSphere Liberty s2i images are stored on icr.io.

```
$ s2i build https://github.com/WASdev/sample.ferret.git ibmcom/websphere-liberty-s2i:java8 websphere-liberty-runtime-test --runtime-image ibmcom/websphere-liberty-s2i:runtime-java8 --runtime-artifact /opt/ibm/wlp/usr/servers/defaultServer/dropins
$ s2i build https://github.com/WASdev/sample.ferret.git icr.io/appcafe/websphere-liberty-s2i:java8 websphere-liberty-runtime-test --runtime-image icr.io/appcafe/websphere-liberty-s2i:runtime-java8 --runtime-artifact /opt/ibm/wlp/usr/servers/defaultServer/dropins
$ docker run -p 9080:9080 websphere-liberty-runtime-test
```

Expand Down

0 comments on commit 8a63f0e

Please sign in to comment.