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

Olp 24.0.0.12 #117

Merged
merged 2 commits into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
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
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.8"
set_env CEKIT_VERSION "4.8.0"
set_env LIBERTY_VERSION "24.0.0.11"
set_env LIBERTY_VERSION "24.0.0.12"
set_env DOCKER_API_VERSION="1.41"
set_env CRA_VULNERABILITY_RESULTS_STATUS "success"

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LIBERTY_VERSION=24.0.0.11
LIBERTY_VERSION=24.0.0.12

JAVA8_IMAGE_VERSION=$(LIBERTY_VERSION)-java8
JAVA8_RUNTIME_IMAGE_VERSION=$(LIBERTY_VERSION)-runtime-java8
Expand Down
24 changes: 12 additions & 12 deletions imagestreams/openliberty-ubi-min.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,77 +13,77 @@
"annotations": {
"description": "Build and run Open Liberty applications on Red Hat Universal Base Image 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/OpenLiberty/open-liberty-s2i/blob/main/README.md.",
"iconClass": "icon-openliberty",
"openshift.io/display-name": "Open Liberty 24.0.0.11 with Java 8",
"openshift.io/display-name": "Open Liberty 24.0.0.12 with Java 8",
"openshift.io/provider-display-name": "IBM",
"sampleRepo": "https://github.com/openshift/openshift-jee-sample.git",
"supports": "jee,java",
"tags": "builder,openliberty,java"
},
"from": {
"kind": "DockerImage",
"name": "docker.io/openliberty/open-liberty-s2i:24.0.0.11-java8"
"name": "docker.io/openliberty/open-liberty-s2i:24.0.0.12-java8"
},
"referencePolicy": {
"type": "Local"
},
"name": "24.0.0.11-java8"
"name": "24.0.0.12-java8"
},
{
"annotations": {
"description": "Build and run Open Liberty applications on Red Hat Universal Base Image 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/OpenLiberty/open-liberty-s2i/blob/main/README.md.",
"iconClass": "icon-openliberty",
"openshift.io/display-name": "Open Liberty 24.0.0.11 with Java 11",
"openshift.io/display-name": "Open Liberty 24.0.0.12 with Java 11",
"openshift.io/provider-display-name": "IBM",
"sampleRepo": "https://github.com/openshift/openshift-jee-sample.git",
"supports": "jee,java",
"tags": "builder,openliberty,java"
},
"from": {
"kind": "DockerImage",
"name": "docker.io/openliberty/open-liberty-s2i:24.0.0.11-java11"
"name": "docker.io/openliberty/open-liberty-s2i:24.0.0.12-java11"
},
"referencePolicy": {
"type": "Local"
},
"name": "24.0.0.11-java11"
"name": "24.0.0.12-java11"
},
{
"annotations": {
"description": "Build and run Open Liberty applications on Red Hat Universal Base Image 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/OpenLiberty/open-liberty-s2i/blob/main/README.md.",
"iconClass": "icon-openliberty",
"openshift.io/display-name": "Open Liberty 24.0.0.11 with Java 17",
"openshift.io/display-name": "Open Liberty 24.0.0.12 with Java 17",
"openshift.io/provider-display-name": "IBM",
"sampleRepo": "https://github.com/openshift/openshift-jee-sample.git",
"supports": "jee,java",
"tags": "builder,openliberty,java"
},
"from": {
"kind": "DockerImage",
"name": "docker.io/openliberty/open-liberty-s2i:24.0.0.11-java17"
"name": "docker.io/openliberty/open-liberty-s2i:24.0.0.12-java17"
},
"referencePolicy": {
"type": "Local"
},
"name": "24.0.0.11-java17"
"name": "24.0.0.12-java17"
},
{
"annotations": {
"description": "Build and run Open Liberty applications on Red Hat Universal Base Image 8. For more information about using this builder image, including OpenShift considerations, see https://github.com/OpenLiberty/open-liberty-s2i/blob/main/README.md.",
"iconClass": "icon-openliberty",
"openshift.io/display-name": "Open Liberty 24.0.0.11 with Java 21",
"openshift.io/display-name": "Open Liberty 24.0.0.12 with Java 21",
"openshift.io/provider-display-name": "IBM",
"sampleRepo": "https://github.com/openshift/openshift-jee-sample.git",
"supports": "jee,java",
"tags": "builder,openliberty,java"
},
"from": {
"kind": "DockerImage",
"name": "docker.io/openliberty/open-liberty-s2i:24.0.0.11-java21"
"name": "docker.io/openliberty/open-liberty-s2i:24.0.0.12-java21"
},
"referencePolicy": {
"type": "Local"
},
"name": "24.0.0.11-java21"
"name": "24.0.0.12-java21"
}
]
}
Expand Down
Loading