Skip to content
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
16 changes: 8 additions & 8 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "^.secrets.baseline$",
"lines": null
},
"generated_at": "2025-04-09T12:50:05Z",
"generated_at": "2025-05-06T17:37:27Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -327,7 +327,7 @@
"verified_result": null
}
],
"releases/25.0.0.4/full/helpers/build/configuration_snippets/keystore.xml": [
"releases/25.0.0.5/full/helpers/build/configuration_snippets/keystore.xml": [
{
"hashed_secret": "3cacc7bfac0a382c669a884c953d0401a689785d",
"is_secret": false,
Expand All @@ -337,7 +337,7 @@
"verified_result": null
}
],
"releases/25.0.0.4/full/helpers/build/configuration_snippets/truststore.xml": [
"releases/25.0.0.5/full/helpers/build/configuration_snippets/truststore.xml": [
{
"hashed_secret": "662e721e5b6494888b2792ea3b8a1fa310f6ea45",
"is_secret": false,
Expand All @@ -347,7 +347,7 @@
"verified_result": null
}
],
"releases/25.0.0.4/full/helpers/runtime/docker-server.sh": [
"releases/25.0.0.5/full/helpers/runtime/docker-server.sh": [
{
"hashed_secret": "ad321232b1e4e90a29208e1f70d06aad788caa16",
"is_secret": false,
Expand All @@ -357,7 +357,7 @@
"verified_result": null
}
],
"releases/25.0.0.4/full/server.xml": [
"releases/25.0.0.5/full/server.xml": [
{
"hashed_secret": "d1bbd0d69a08402e6c1fc2d1bc5a5ea5c3a7ea13",
"is_secret": false,
Expand All @@ -367,7 +367,7 @@
"verified_result": null
}
],
"releases/25.0.0.4/kernel-slim/helpers/build/configuration_snippets/keystore.xml": [
"releases/25.0.0.5/kernel-slim/helpers/build/configuration_snippets/keystore.xml": [
{
"hashed_secret": "3cacc7bfac0a382c669a884c953d0401a689785d",
"is_secret": false,
Expand All @@ -377,7 +377,7 @@
"verified_result": null
}
],
"releases/25.0.0.4/kernel-slim/helpers/build/configuration_snippets/truststore.xml": [
"releases/25.0.0.5/kernel-slim/helpers/build/configuration_snippets/truststore.xml": [
{
"hashed_secret": "662e721e5b6494888b2792ea3b8a1fa310f6ea45",
"is_secret": false,
Expand All @@ -387,7 +387,7 @@
"verified_result": null
}
],
"releases/25.0.0.4/kernel-slim/helpers/runtime/docker-server.sh": [
"releases/25.0.0.5/kernel-slim/helpers/runtime/docker-server.sh": [
{
"hashed_secret": "ad321232b1e4e90a29208e1f70d06aad788caa16",
"is_secret": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM ibmjava:8-ubi AS getRuntime

USER root

ARG LIBERTY_VERSION=25.0.0.4
ARG LIBERTY_SHA=719ffc20a113a68f88dea0295fc366606a4c6028
ARG LIBERTY_VERSION=25.0.0.5
ARG LIBERTY_SHA=fe82f9735584b01e9cfbf1eb71ce5eef479beecb
ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/openliberty-runtime/$LIBERTY_VERSION/openliberty-runtime-$LIBERTY_VERSION.zip

ARG VERBOSE=false
Expand All @@ -28,8 +28,8 @@ FROM ibmjava:8-ubi

USER root

ARG LIBERTY_VERSION=25.0.0.4
ARG LIBERTY_BUILD_LABEL=cl250420250407-1902
ARG LIBERTY_VERSION=25.0.0.5
ARG LIBERTY_BUILD_LABEL=cl250520250504-1901

ARG OPENJ9_SCC=true
ARG VERBOSE=false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM icr.io/appcafe/ibm-semeru-runtimes:open-11-jdk-ubi AS getRuntime

USER root

ARG LIBERTY_VERSION=25.0.0.4
ARG LIBERTY_SHA=719ffc20a113a68f88dea0295fc366606a4c6028
ARG LIBERTY_VERSION=25.0.0.5
ARG LIBERTY_SHA=fe82f9735584b01e9cfbf1eb71ce5eef479beecb
ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/openliberty-runtime/$LIBERTY_VERSION/openliberty-runtime-$LIBERTY_VERSION.zip

ARG VERBOSE=false
Expand All @@ -28,8 +28,8 @@ FROM icr.io/appcafe/ibm-semeru-runtimes:open-11-jdk-ubi

USER root

ARG LIBERTY_VERSION=25.0.0.4
ARG LIBERTY_BUILD_LABEL=cl250420250407-1902
ARG LIBERTY_VERSION=25.0.0.5
ARG LIBERTY_BUILD_LABEL=cl250520250504-1901

ARG OPENJ9_SCC=true
ARG VERBOSE=false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM icr.io/appcafe/ibm-semeru-runtimes:open-17-jdk-ubi AS getRuntime

USER root

ARG LIBERTY_VERSION=25.0.0.4
ARG LIBERTY_SHA=719ffc20a113a68f88dea0295fc366606a4c6028
ARG LIBERTY_VERSION=25.0.0.5
ARG LIBERTY_SHA=fe82f9735584b01e9cfbf1eb71ce5eef479beecb
ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/openliberty-runtime/$LIBERTY_VERSION/openliberty-runtime-$LIBERTY_VERSION.zip

ARG VERBOSE=false
Expand All @@ -28,8 +28,8 @@ FROM icr.io/appcafe/ibm-semeru-runtimes:open-17-jdk-ubi

USER root

ARG LIBERTY_VERSION=25.0.0.4
ARG LIBERTY_BUILD_LABEL=cl250420250407-1902
ARG LIBERTY_VERSION=25.0.0.5
ARG LIBERTY_BUILD_LABEL=cl250520250504-1901

ARG OPENJ9_SCC=true
ARG VERBOSE=false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM icr.io/appcafe/ibm-semeru-runtimes:open-8-jdk-ubi AS getRuntime

USER root

ARG LIBERTY_VERSION=25.0.0.4
ARG LIBERTY_SHA=719ffc20a113a68f88dea0295fc366606a4c6028
ARG LIBERTY_VERSION=25.0.0.5
ARG LIBERTY_SHA=fe82f9735584b01e9cfbf1eb71ce5eef479beecb
ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/openliberty-runtime/$LIBERTY_VERSION/openliberty-runtime-$LIBERTY_VERSION.zip

ARG VERBOSE=false
Expand All @@ -28,8 +28,8 @@ FROM icr.io/appcafe/ibm-semeru-runtimes:open-8-jdk-ubi

USER root

ARG LIBERTY_VERSION=25.0.0.4
ARG LIBERTY_BUILD_LABEL=cl250420250407-1902
ARG LIBERTY_VERSION=25.0.0.5
ARG LIBERTY_BUILD_LABEL=cl250520250504-1901

ARG OPENJ9_SCC=true
ARG VERBOSE=false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ARG PARENT_IMAGE=icr.io/appcafe/open-liberty:25.0.0.4-kernel-slim-java8-ibmjava-ubi-minimal
ARG PARENT_IMAGE=icr.io/appcafe/open-liberty:25.0.0.5-kernel-slim-java8-ibmjava-ubi-minimal

FROM $PARENT_IMAGE AS installBundle

ARG VERBOSE=false
ARG LIBERTY_VERSION=25.0.0.4
ARG FEATURES_SHA=f3cfaa02f34ca4bedf009b086cd8e8d3384eea80
ARG LIBERTY_VERSION=25.0.0.5
ARG FEATURES_SHA=f7d9880f88fbe262d8e7f49c43d88370c9043e62

# If there is a local copy of the repository use that instead
COPY resources/ /tmp/
Expand Down Expand Up @@ -33,7 +33,7 @@ RUN set -eux; \
rm -rf /output/workarea /output/logs; \
find /opt/ol/wlp ! -perm -g=rw -print0 | xargs -r -0 chmod g+rw;

ARG PARENT_IMAGE=icr.io/appcafe/open-liberty:25.0.0.4-kernel-slim-java8-ibmjava-ubi-minimal
ARG PARENT_IMAGE=icr.io/appcafe/open-liberty:25.0.0.5-kernel-slim-java8-ibmjava-ubi-minimal
FROM $PARENT_IMAGE
ARG VERBOSE=false

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ARG PARENT_IMAGE=icr.io/appcafe/open-liberty:25.0.0.4-kernel-slim-java11-openj9-ubi-minimal
ARG PARENT_IMAGE=icr.io/appcafe/open-liberty:25.0.0.5-kernel-slim-java11-openj9-ubi-minimal

FROM $PARENT_IMAGE AS installBundle

ARG VERBOSE=false
ARG LIBERTY_VERSION=25.0.0.4
ARG FEATURES_SHA=f3cfaa02f34ca4bedf009b086cd8e8d3384eea80
ARG LIBERTY_VERSION=25.0.0.5
ARG FEATURES_SHA=f7d9880f88fbe262d8e7f49c43d88370c9043e62

# If there is a local copy of the repository use that instead
COPY resources/ /tmp/
Expand Down Expand Up @@ -33,7 +33,7 @@ RUN set -eux; \
rm -rf /output/workarea /output/logs; \
find /opt/ol/wlp ! -perm -g=rw -print0 | xargs -r -0 chmod g+rw;

ARG PARENT_IMAGE=icr.io/appcafe/open-liberty:25.0.0.4-kernel-slim-java11-openj9-ubi-minimal
ARG PARENT_IMAGE=icr.io/appcafe/open-liberty:25.0.0.5-kernel-slim-java11-openj9-ubi-minimal
FROM $PARENT_IMAGE
ARG VERBOSE=false

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ARG PARENT_IMAGE=icr.io/appcafe/open-liberty:25.0.0.4-kernel-slim-java17-openj9-ubi-minimal
ARG PARENT_IMAGE=icr.io/appcafe/open-liberty:25.0.0.5-kernel-slim-java17-openj9-ubi-minimal

FROM $PARENT_IMAGE AS installBundle

ARG VERBOSE=false
ARG LIBERTY_VERSION=25.0.0.4
ARG FEATURES_SHA=f3cfaa02f34ca4bedf009b086cd8e8d3384eea80
ARG LIBERTY_VERSION=25.0.0.5
ARG FEATURES_SHA=f7d9880f88fbe262d8e7f49c43d88370c9043e62

# If there is a local copy of the repository use that instead
COPY resources/ /tmp/
Expand Down Expand Up @@ -33,7 +33,7 @@ RUN set -eux; \
rm -rf /output/workarea /output/logs; \
find /opt/ol/wlp ! -perm -g=rw -print0 | xargs -r -0 chmod g+rw;

ARG PARENT_IMAGE=icr.io/appcafe/open-liberty:25.0.0.4-kernel-slim-java17-openj9-ubi-minimal
ARG PARENT_IMAGE=icr.io/appcafe/open-liberty:25.0.0.5-kernel-slim-java17-openj9-ubi-minimal
FROM $PARENT_IMAGE
ARG VERBOSE=false

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ARG PARENT_IMAGE=icr.io/appcafe/open-liberty:25.0.0.4-kernel-slim-java21-openj9-ubi-minimal
ARG PARENT_IMAGE=icr.io/appcafe/open-liberty:25.0.0.5-kernel-slim-java21-openj9-ubi-minimal

FROM $PARENT_IMAGE AS installBundle

ARG VERBOSE=false
ARG LIBERTY_VERSION=25.0.0.4
ARG FEATURES_SHA=f3cfaa02f34ca4bedf009b086cd8e8d3384eea80
ARG LIBERTY_VERSION=25.0.0.5
ARG FEATURES_SHA=f7d9880f88fbe262d8e7f49c43d88370c9043e62

# If there is a local copy of the repository use that instead
COPY resources/ /tmp/
Expand Down Expand Up @@ -33,7 +33,7 @@ RUN set -eux; \
rm -rf /output/workarea /output/logs; \
find /opt/ol/wlp ! -perm -g=rw -print0 | xargs -r -0 chmod g+rw;

ARG PARENT_IMAGE=icr.io/appcafe/open-liberty:25.0.0.4-kernel-slim-java21-openj9-ubi-minimal
ARG PARENT_IMAGE=icr.io/appcafe/open-liberty:25.0.0.5-kernel-slim-java21-openj9-ubi-minimal
FROM $PARENT_IMAGE
ARG VERBOSE=false

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ARG PARENT_IMAGE=icr.io/appcafe/open-liberty:25.0.0.4-kernel-slim-java8-openj9-ubi-minimal
ARG PARENT_IMAGE=icr.io/appcafe/open-liberty:25.0.0.5-kernel-slim-java8-openj9-ubi-minimal

FROM $PARENT_IMAGE AS installBundle

ARG VERBOSE=false
ARG LIBERTY_VERSION=25.0.0.4
ARG FEATURES_SHA=f3cfaa02f34ca4bedf009b086cd8e8d3384eea80
ARG LIBERTY_VERSION=25.0.0.5
ARG FEATURES_SHA=f7d9880f88fbe262d8e7f49c43d88370c9043e62

# If there is a local copy of the repository use that instead
COPY resources/ /tmp/
Expand Down Expand Up @@ -33,7 +33,7 @@ RUN set -eux; \
rm -rf /output/workarea /output/logs; \
find /opt/ol/wlp ! -perm -g=rw -print0 | xargs -r -0 chmod g+rw;

ARG PARENT_IMAGE=icr.io/appcafe/open-liberty:25.0.0.4-kernel-slim-java8-openj9-ubi-minimal
ARG PARENT_IMAGE=icr.io/appcafe/open-liberty:25.0.0.5-kernel-slim-java8-openj9-ubi-minimal
FROM $PARENT_IMAGE
ARG VERBOSE=false

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ FROM ibm-semeru-runtimes:open-11-jre-jammy

USER root

ARG LIBERTY_VERSION=25.0.0.4
ARG LIBERTY_SHA=719ffc20a113a68f88dea0295fc366606a4c6028
ARG LIBERTY_VERSION=25.0.0.5
ARG LIBERTY_SHA=fe82f9735584b01e9cfbf1eb71ce5eef479beecb
ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/openliberty-runtime/$LIBERTY_VERSION/openliberty-runtime-$LIBERTY_VERSION.zip
ARG LIBERTY_BUILD_LABEL=cl250420250407-1902
ARG LIBERTY_BUILD_LABEL=cl250520250504-1901

ARG OPENJ9_SCC=true
ARG VERBOSE=false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ FROM ibm-semeru-runtimes:open-17-jre-jammy

USER root

ARG LIBERTY_VERSION=25.0.0.4
ARG LIBERTY_SHA=719ffc20a113a68f88dea0295fc366606a4c6028
ARG LIBERTY_VERSION=25.0.0.5
ARG LIBERTY_SHA=fe82f9735584b01e9cfbf1eb71ce5eef479beecb
ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/openliberty-runtime/$LIBERTY_VERSION/openliberty-runtime-$LIBERTY_VERSION.zip
ARG LIBERTY_BUILD_LABEL=cl250420250407-1902
ARG LIBERTY_BUILD_LABEL=cl250520250504-1901

ARG OPENJ9_SCC=true
ARG VERBOSE=false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ FROM ibm-semeru-runtimes:open-8-jre-jammy

USER root

ARG LIBERTY_VERSION=25.0.0.4
ARG LIBERTY_SHA=719ffc20a113a68f88dea0295fc366606a4c6028
ARG LIBERTY_VERSION=25.0.0.5
ARG LIBERTY_SHA=fe82f9735584b01e9cfbf1eb71ce5eef479beecb
ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/openliberty-runtime/$LIBERTY_VERSION/openliberty-runtime-$LIBERTY_VERSION.zip
ARG LIBERTY_BUILD_LABEL=cl250420250407-1902
ARG LIBERTY_BUILD_LABEL=cl250520250504-1901

ARG OPENJ9_SCC=true
ARG VERBOSE=false
Expand Down
File renamed without changes.
File renamed without changes.
24 changes: 12 additions & 12 deletions releases/25.0.0.4/images.txt → releases/25.0.0.5/images.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
kernel-slim Dockerfile.ubuntu.openjdk8 open-liberty 25.0.0.4-kernel-slim-java8-openj9
kernel-slim Dockerfile.ubuntu.openjdk11 open-liberty 25.0.0.4-kernel-slim-java11-openj9
kernel-slim Dockerfile.ubuntu.openjdk17 open-liberty 25.0.0.4-kernel-slim-java17-openj9
kernel-slim Dockerfile.ubi.openjdk8 openliberty/open-liberty 25.0.0.4-kernel-slim-java8-openj9-ubi
kernel-slim Dockerfile.ubi.openjdk11 openliberty/open-liberty 25.0.0.4-kernel-slim-java11-openj9-ubi
kernel-slim Dockerfile.ubi.openjdk17 openliberty/open-liberty 25.0.0.4-kernel-slim-java17-openj9-ubi
full Dockerfile.ubuntu.openjdk8 open-liberty 25.0.0.4-full-java8-openj9
full Dockerfile.ubuntu.openjdk11 open-liberty 25.0.0.4-full-java11-openj9
full Dockerfile.ubuntu.openjdk17 open-liberty 25.0.0.4-full-java17-openj9
full Dockerfile.ubi.openjdk8 openliberty/open-liberty 25.0.0.4-full-java8-openj9-ubi
full Dockerfile.ubi.openjdk11 openliberty/open-liberty 25.0.0.4-full-java11-openj9-ubi
full Dockerfile.ubi.openjdk17 openliberty/open-liberty 25.0.0.4-full-java17-openj9-ubi
kernel-slim Dockerfile.ubuntu.openjdk8 open-liberty 25.0.0.5-kernel-slim-java8-openj9
kernel-slim Dockerfile.ubuntu.openjdk11 open-liberty 25.0.0.5-kernel-slim-java11-openj9
kernel-slim Dockerfile.ubuntu.openjdk17 open-liberty 25.0.0.5-kernel-slim-java17-openj9
kernel-slim Dockerfile.ubi.openjdk8 openliberty/open-liberty 25.0.0.5-kernel-slim-java8-openj9-ubi
kernel-slim Dockerfile.ubi.openjdk11 openliberty/open-liberty 25.0.0.5-kernel-slim-java11-openj9-ubi
kernel-slim Dockerfile.ubi.openjdk17 openliberty/open-liberty 25.0.0.5-kernel-slim-java17-openj9-ubi
full Dockerfile.ubuntu.openjdk8 open-liberty 25.0.0.5-full-java8-openj9
full Dockerfile.ubuntu.openjdk11 open-liberty 25.0.0.5-full-java11-openj9
full Dockerfile.ubuntu.openjdk17 open-liberty 25.0.0.5-full-java17-openj9
full Dockerfile.ubi.openjdk8 openliberty/open-liberty 25.0.0.5-full-java8-openj9-ubi
full Dockerfile.ubi.openjdk11 openliberty/open-liberty 25.0.0.5-full-java11-openj9-ubi
full Dockerfile.ubi.openjdk17 openliberty/open-liberty 25.0.0.5-full-java17-openj9-ubi
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM ibmjava:8-ubi AS getRuntime

USER root

ARG LIBERTY_VERSION=25.0.0.4
ARG LIBERTY_SHA=b35dd10730cb571f80c827eab20f61799b001f96
ARG LIBERTY_VERSION=25.0.0.5
ARG LIBERTY_SHA=90ac36ec3405ce8f34c66f7720554344e73fdbb1
ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/openliberty-kernel/$LIBERTY_VERSION/openliberty-kernel-$LIBERTY_VERSION.zip

ARG VERBOSE=false
Expand All @@ -28,8 +28,8 @@ FROM ibmjava:8-ubi

USER root

ARG LIBERTY_VERSION=25.0.0.4
ARG LIBERTY_BUILD_LABEL=cl250420250407-1902
ARG LIBERTY_VERSION=25.0.0.5
ARG LIBERTY_BUILD_LABEL=cl250520250504-1901

ARG OPENJ9_SCC=true
ARG VERBOSE=false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM icr.io/appcafe/ibm-semeru-runtimes:open-11-jdk-ubi AS getRuntime

USER root

ARG LIBERTY_VERSION=25.0.0.4
ARG LIBERTY_SHA=b35dd10730cb571f80c827eab20f61799b001f96
ARG LIBERTY_VERSION=25.0.0.5
ARG LIBERTY_SHA=90ac36ec3405ce8f34c66f7720554344e73fdbb1
ARG LIBERTY_DOWNLOAD_URL=https://repo1.maven.org/maven2/io/openliberty/openliberty-kernel/$LIBERTY_VERSION/openliberty-kernel-$LIBERTY_VERSION.zip

ARG VERBOSE=false
Expand All @@ -28,8 +28,8 @@ FROM icr.io/appcafe/ibm-semeru-runtimes:open-11-jdk-ubi

USER root

ARG LIBERTY_VERSION=25.0.0.4
ARG LIBERTY_BUILD_LABEL=cl250420250407-1902
ARG LIBERTY_VERSION=25.0.0.5
ARG LIBERTY_BUILD_LABEL=cl250520250504-1901

ARG OPENJ9_SCC=true
ARG VERBOSE=false
Expand Down
Loading