Skip to content

Commit

Permalink
Updates for the release of 24.0.0.2 (WASdev#584)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 2, 2024

Verified

This commit was signed with the committer’s verified signature.
turadg Turadg Aleahmad
1 parent e246840 commit bdbc740
Showing 77 changed files with 74 additions and 74 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ before_install:
env:
- RELEASE=../ga/23.0.0.9
- RELEASE=../ga/23.0.0.12
- RELEASE=../ga/24.0.0.1
- RELEASE=../ga/24.0.0.2
- RELEASE=../ga/latest

script:
18 changes: 0 additions & 18 deletions ga/24.0.0.1/images.txt

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.1-kernel-java8-ibmjava-ubi
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.2-kernel-java8-ibmjava-ubi
FROM $PARENT_IMAGE AS installBundle

ARG VERBOSE=false
@@ -36,7 +36,7 @@ RUN set -eux; \
rm -rf /output/workarea /output/logs; \
find /opt/ibm/wlp ! -perm -g=rw -print0 | xargs -r -0 chmod g+rw;

ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.1-kernel-java8-ibmjava-ubi
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.2-kernel-java8-ibmjava-ubi
FROM $PARENT_IMAGE
ARG VERBOSE=false

Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.1-kernel-java11-openj9-ubi
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.2-kernel-java11-openj9-ubi
FROM $PARENT_IMAGE AS installBundle

ARG VERBOSE=false
@@ -36,7 +36,7 @@ RUN set -eux; \
rm -rf /output/workarea /output/logs; \
find /opt/ibm/wlp ! -perm -g=rw -print0 | xargs -r -0 chmod g+rw;

ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.1-kernel-java11-openj9-ubi
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.2-kernel-java11-openj9-ubi
FROM $PARENT_IMAGE
ARG VERBOSE=false

Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.1-kernel-java17-openj9-ubi
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.2-kernel-java17-openj9-ubi
FROM $PARENT_IMAGE AS installBundle

ARG VERBOSE=false
@@ -36,7 +36,7 @@ RUN set -eux; \
rm -rf /output/workarea /output/logs; \
find /opt/ibm/wlp ! -perm -g=rw -print0 | xargs -r -0 chmod g+rw;

ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.1-kernel-java17-openj9-ubi
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.2-kernel-java17-openj9-ubi
FROM $PARENT_IMAGE
ARG VERBOSE=false

Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.1-kernel-java21-openj9-ubi9-minimal
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.2-kernel-java21-openj9-ubi9-minimal
FROM $PARENT_IMAGE AS installBundle

ARG VERBOSE=false
@@ -36,7 +36,7 @@ RUN set -eux; \
rm -rf /output/workarea /output/logs; \
find /opt/ibm/wlp ! -perm -g=rw -print0 | xargs -r -0 chmod g+rw;

ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.1-kernel-java21-openj9-ubi9-minimal
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.2-kernel-java21-openj9-ubi9-minimal
FROM $PARENT_IMAGE
ARG VERBOSE=false

Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.1-kernel-java8-openj9-ubi
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.2-kernel-java8-openj9-ubi
FROM $PARENT_IMAGE AS installBundle

ARG VERBOSE=false
@@ -36,7 +36,7 @@ RUN set -eux; \
rm -rf /output/workarea /output/logs; \
find /opt/ibm/wlp ! -perm -g=rw -print0 | xargs -r -0 chmod g+rw;

ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.1-kernel-java8-openj9-ubi
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.2-kernel-java8-openj9-ubi
FROM $PARENT_IMAGE
ARG VERBOSE=false

Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM websphere-liberty:24.0.0.1-kernel-java8-ibmjava
FROM websphere-liberty:24.0.0.2-kernel-java8-ibmjava

ARG VERBOSE=false
ARG REPOSITORIES_PROPERTIES=""
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM websphere-liberty:24.0.0.1-kernel-java11-openj9
FROM websphere-liberty:24.0.0.2-kernel-java11-openj9

ARG VERBOSE=false
ARG REPOSITORIES_PROPERTIES=""
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM websphere-liberty:24.0.0.1-kernel-java17-openj9
FROM websphere-liberty:24.0.0.2-kernel-java17-openj9

ARG VERBOSE=false
ARG REPOSITORIES_PROPERTIES=""
File renamed without changes.
File renamed without changes.
File renamed without changes.
18 changes: 18 additions & 0 deletions ga/24.0.0.2/images.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
websphere-liberty:24.0.0.2-kernel ../ga/24.0.0.2/kernel ../ga/24.0.0.2/kernel/Dockerfile.ubuntu.ibmjava8
websphere-liberty:24.0.0.2-kernel-java11-openj9 ../ga/24.0.0.2/kernel ../ga/24.0.0.2/kernel/Dockerfile.ubuntu.openjdk11
websphere-liberty:24.0.0.2-kernel-java17-openj9 ../ga/24.0.0.2/kernel ../ga/24.0.0.2/kernel/Dockerfile.ubuntu.openjdk17
websphere-liberty:24.0.0.2-kernel-java8-ibmjava-ubi ../ga/24.0.0.2/kernel ../ga/24.0.0.2/kernel/Dockerfile.ubi.ibmjava8
websphere-liberty:24.0.0.2-kernel-java8-openj9-ubi ../ga/24.0.0.2/kernel ../ga/24.0.0.2/kernel/Dockerfile.ubi.openjdk8
websphere-liberty:24.0.0.2-kernel-java11-openj9-ubi ../ga/24.0.0.2/kernel ../ga/24.0.0.2/kernel/Dockerfile.ubi.openjdk11
websphere-liberty:24.0.0.2-kernel-java17-openj9-ubi ../ga/24.0.0.2/kernel ../ga/24.0.0.2/kernel/Dockerfile.ubi.openjdk17
websphere-liberty:24.0.0.2-full ../ga/24.0.0.2/full ../ga/24.0.0.2/full/Dockerfile.ubuntu.ibmjava8
websphere-liberty:24.0.0.2-full-java11-openj9 ../ga/24.0.0.2/full ../ga/24.0.0.2/full/Dockerfile.ubuntu.openjdk11
websphere-liberty:24.0.0.2-full-java17-openj9 ../ga/24.0.0.2/full ../ga/24.0.0.2/full/Dockerfile.ubuntu.openjdk17
websphere-liberty:24.0.0.2-full-java8-ibmjava-ubi ../ga/24.0.0.2/full ../ga/24.0.0.2/full/Dockerfile.ubi.ibmjava8
websphere-liberty:24.0.0.2-full-java8-openj9-ubi ../ga/24.0.0.2/full ../ga/24.0.0.2/full/Dockerfile.ubi.openjdk8
websphere-liberty:24.0.0.2-full-java11-openj9-ubi ../ga/24.0.0.2/full ../ga/24.0.0.2/full/Dockerfile.ubi.openjdk11
websphere-liberty:24.0.0.2-full-java17-openj9-ubi ../ga/24.0.0.2/full ../ga/24.0.0.2/full/Dockerfile.ubi.openjdk17
websphere-liberty:beta ../beta
websphere-liberty:test-stock-quote test-stock-quote
websphere-liberty:test-stock-trader test-stock-trader
websphere-liberty:test-pet-clinic test-pet-clinic
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ USER root
ARG VERBOSE=false

# Install WebSphere Liberty
ARG LIBERTY_VERSION=24.0.0.1
ARG LIBERTY_VERSION=24.0.0.2
ARG LIBERTY_URL
ARG DOWNLOAD_OPTIONS=""

@@ -45,8 +45,8 @@ USER root
ARG VERBOSE=false
ARG OPENJ9_SCC=true

ARG LIBERTY_VERSION=24.0.0.1
ARG LIBERTY_BUILD_LABEL=cl240120240115-2042
ARG LIBERTY_VERSION=24.0.0.2
ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label}

LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \
org.opencontainers.image.vendor="IBM" \
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ USER root
ARG VERBOSE=false

# Install WebSphere Liberty
ARG LIBERTY_VERSION=24.0.0.1
ARG LIBERTY_VERSION=24.0.0.2
ARG LIBERTY_URL
ARG DOWNLOAD_OPTIONS=""

@@ -45,8 +45,8 @@ USER root
ARG VERBOSE=false
ARG OPENJ9_SCC=true

ARG LIBERTY_VERSION=24.0.0.1
ARG LIBERTY_BUILD_LABEL=cl240120240115-2042
ARG LIBERTY_VERSION=24.0.0.2
ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label}

LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \
org.opencontainers.image.vendor="IBM" \
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ USER root
ARG VERBOSE=false

# Install WebSphere Liberty
ARG LIBERTY_VERSION=24.0.0.1
ARG LIBERTY_VERSION=24.0.0.2
ARG LIBERTY_URL
ARG DOWNLOAD_OPTIONS=""

@@ -45,8 +45,8 @@ USER root
ARG VERBOSE=false
ARG OPENJ9_SCC=true

ARG LIBERTY_VERSION=24.0.0.1
ARG LIBERTY_BUILD_LABEL=cl240120240115-2042
ARG LIBERTY_VERSION=24.0.0.2
ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label}

LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \
org.opencontainers.image.vendor="IBM" \
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ USER root
ARG VERBOSE=false

# Install WebSphere Liberty
ARG LIBERTY_VERSION=24.0.0.1
ARG LIBERTY_VERSION=24.0.0.2
ARG LIBERTY_URL
ARG DOWNLOAD_OPTIONS=""

@@ -44,8 +44,8 @@ USER root
ARG VERBOSE=false
ARG OPENJ9_SCC=true

ARG LIBERTY_VERSION=24.0.0.1
ARG LIBERTY_BUILD_LABEL=cl240120240115-2042
ARG LIBERTY_VERSION=24.0.0.2
ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label}

LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \
org.opencontainers.image.vendor="IBM" \
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ USER root
ARG VERBOSE=false

# Install WebSphere Liberty
ARG LIBERTY_VERSION=24.0.0.1
ARG LIBERTY_VERSION=24.0.0.2
ARG LIBERTY_URL
ARG DOWNLOAD_OPTIONS=""

@@ -45,8 +45,8 @@ USER root
ARG VERBOSE=false
ARG OPENJ9_SCC=true

ARG LIBERTY_VERSION=24.0.0.1
ARG LIBERTY_BUILD_LABEL=cl240120240115-2042
ARG LIBERTY_VERSION=24.0.0.2
ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label}

LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \
org.opencontainers.image.vendor="IBM" \
Original file line number Diff line number Diff line change
@@ -19,8 +19,8 @@ USER root
ARG VERBOSE=false
ARG OPENJ9_SCC=true

ARG LIBERTY_VERSION=24.0.0.1
ARG LIBERTY_BUILD_LABEL=cl240120240115-2042
ARG LIBERTY_VERSION=24.0.0.2
ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label}

LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \
org.opencontainers.image.vendor="IBM" \
Original file line number Diff line number Diff line change
@@ -19,8 +19,8 @@ USER root
ARG VERBOSE=false
ARG OPENJ9_SCC=true

ARG LIBERTY_VERSION=24.0.0.1
ARG LIBERTY_BUILD_LABEL=cl240120240115-2042
ARG LIBERTY_VERSION=24.0.0.2
ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label}

LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \
org.opencontainers.image.vendor="IBM" \
Original file line number Diff line number Diff line change
@@ -19,8 +19,8 @@ USER root
ARG VERBOSE=false
ARG OPENJ9_SCC=true

ARG LIBERTY_VERSION=24.0.0.1
ARG LIBERTY_BUILD_LABEL=cl240120240115-2042
ARG LIBERTY_VERSION=24.0.0.2
ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label}

LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \
org.opencontainers.image.vendor="IBM" \
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions ga/latest/kernel/Dockerfile.ubi.ibmjava8
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ USER root
ARG VERBOSE=false

# Install WebSphere Liberty
ARG LIBERTY_VERSION=24.0.0.1
ARG LIBERTY_VERSION=24.0.0.2
ARG LIBERTY_URL
ARG DOWNLOAD_OPTIONS=""

@@ -45,8 +45,8 @@ USER root
ARG VERBOSE=false
ARG OPENJ9_SCC=true

ARG LIBERTY_VERSION=24.0.0.1
ARG LIBERTY_BUILD_LABEL=cl240120240115-2042
ARG LIBERTY_VERSION=24.0.0.2
ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label}

LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \
org.opencontainers.image.vendor="IBM" \
6 changes: 3 additions & 3 deletions ga/latest/kernel/Dockerfile.ubi.openjdk11
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ USER root
ARG VERBOSE=false

# Install WebSphere Liberty
ARG LIBERTY_VERSION=24.0.0.1
ARG LIBERTY_VERSION=24.0.0.2
ARG LIBERTY_URL
ARG DOWNLOAD_OPTIONS=""

@@ -45,8 +45,8 @@ USER root
ARG VERBOSE=false
ARG OPENJ9_SCC=true

ARG LIBERTY_VERSION=24.0.0.1
ARG LIBERTY_BUILD_LABEL=cl240120240115-2042
ARG LIBERTY_VERSION=24.0.0.2
ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label}

LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \
org.opencontainers.image.vendor="IBM" \
6 changes: 3 additions & 3 deletions ga/latest/kernel/Dockerfile.ubi.openjdk17
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ USER root
ARG VERBOSE=false

# Install WebSphere Liberty
ARG LIBERTY_VERSION=24.0.0.1
ARG LIBERTY_VERSION=24.0.0.2
ARG LIBERTY_URL
ARG DOWNLOAD_OPTIONS=""

@@ -45,8 +45,8 @@ USER root
ARG VERBOSE=false
ARG OPENJ9_SCC=true

ARG LIBERTY_VERSION=24.0.0.1
ARG LIBERTY_BUILD_LABEL=cl240120240115-2042
ARG LIBERTY_VERSION=24.0.0.2
ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label}

LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \
org.opencontainers.image.vendor="IBM" \
6 changes: 3 additions & 3 deletions ga/latest/kernel/Dockerfile.ubi.openjdk21
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ USER root
ARG VERBOSE=false

# Install WebSphere Liberty
ARG LIBERTY_VERSION=24.0.0.1
ARG LIBERTY_VERSION=24.0.0.2
ARG LIBERTY_URL
ARG DOWNLOAD_OPTIONS=""

@@ -44,8 +44,8 @@ USER root
ARG VERBOSE=false
ARG OPENJ9_SCC=true

ARG LIBERTY_VERSION=24.0.0.1
ARG LIBERTY_BUILD_LABEL=cl240120240115-2042
ARG LIBERTY_VERSION=24.0.0.2
ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label}

LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \
org.opencontainers.image.vendor="IBM" \
6 changes: 3 additions & 3 deletions ga/latest/kernel/Dockerfile.ubi.openjdk8
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ USER root
ARG VERBOSE=false

# Install WebSphere Liberty
ARG LIBERTY_VERSION=24.0.0.1
ARG LIBERTY_VERSION=24.0.0.2
ARG LIBERTY_URL
ARG DOWNLOAD_OPTIONS=""

@@ -45,8 +45,8 @@ USER root
ARG VERBOSE=false
ARG OPENJ9_SCC=true

ARG LIBERTY_VERSION=24.0.0.1
ARG LIBERTY_BUILD_LABEL=cl240120240115-2042
ARG LIBERTY_VERSION=24.0.0.2
ARG LIBERTY_BUILD_LABEL={replace_with_gm_driver_label}

LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \
org.opencontainers.image.vendor="IBM" \
Loading

0 comments on commit bdbc740

Please sign in to comment.