Skip to content

Commit

Permalink
Merge pull request #62 from WASdev/wlp_24.0.0.2
Browse files Browse the repository at this point in the history
Updates for 24.0.0.2
  • Loading branch information
kevin-ortega authored Feb 28, 2024
2 parents 392592b + 802a44f commit 22a2583
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .one-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ setup:
set_env S2I_URI "https://api.github.com/repos/openshift/source-to-image/releases/tags/v1.3.9"
set_env CEKIT_VERSION "4.9.1"
set_env LIBERTY_VERSION "24.0.0.1"
set_env LIBERTY_VERSION "24.0.0.2"
test:
abort_on_failure: false
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LIBERTY_VERSION=24.0.0.1
LIBERTY_VERSION=24.0.0.2
JAVA8_IMAGE_VERSION=$(LIBERTY_VERSION)-java8
JAVA8_RUNTIME_IMAGE_VERSION=$(LIBERTY_VERSION)-runtime-java8
JAVA11_IMAGE_VERSION=$(LIBERTY_VERSION)-java11
Expand All @@ -12,7 +12,7 @@ PROD_NAMESPACE?=ibmcom
PLATFORM=websphere-liberty-s2i
IMAGE_NAME=${NAMESPACE}/${PLATFORM}
BUILD_IMAGE_NAME=${PROD_NAMESPACE}/${PLATFORM}
DOCKER_HOST=tcp://localhost:2376
#DOCKER_HOST=tcp://localhost:2376

build = ./build.sh

Expand Down

0 comments on commit 22a2583

Please sign in to comment.