From 5198d9513fe972a0281e15680009c8f3d3b18426 Mon Sep 17 00:00:00 2001 From: Kevin Ortega Date: Mon, 19 Aug 2024 13:37:37 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b3ab5a..f1c78f2 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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