Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README #74

Merged
merged 1 commit into from
Aug 19, 2024
Merged
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: 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
Loading