Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-ortega authored Aug 19, 2024
1 parent 567f8e2 commit 5198d95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ Example values for IMAGE_DIR are `images/java8/builder`, `images/java8/runtime`,

S2I Usage
---------
All WebSphere Liberty s2i images are stored on icr.io. See the [Release Notes](https://github.com/WASdev/websphere-liberty-s2i/releases) for the available tags.

To build a simple [jee application](https://github.com/openshift/openshift-jee-sample)
using standalone [S2I](https://github.com/openshift/source-to-image) and then run the
resulting image with [Docker](http://docker.io) execute:
Expand All @@ -50,8 +52,6 @@ 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. See the [Release Notes](https://github.com/WASdev/websphere-liberty-s2i/releases) for the available tags.

```
$ 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 5198d95

Please sign in to comment.