Skip to content

Commit

Permalink
Merge pull request #615 from WASdev/vNext
Browse files Browse the repository at this point in the history
Merge vNext commits into main
  • Loading branch information
leochr authored May 22, 2024
2 parents 9c6413c + 28c241b commit 81e46a7
Show file tree
Hide file tree
Showing 80 changed files with 90 additions and 115 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update_files_for_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
default_author: github_actions
author_name: GitHub Actions
message: "Updates for the release of ${{ inputs.NEW_VERSION }}"
add: '${{ github.workspace }}/ga/* ${{ github.workspace }}/.travis.yml'
add: '${{ github.workspace }}/ga/*'
new_branch: "${{ inputs.NEW_VERSION }}-release"
push: true
tag_push: '--force'
Expand Down
20 changes: 0 additions & 20 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[![Build Status](https://travis-ci.org/WASdev/ci.docker.svg?branch=master)](https://travis-ci.org/WASdev/ci.docker)
# WebSphere Application Server Liberty and Containers

- [WebSphere Application Server Liberty and Containers](#websphere-application-server-liberty-and-containers)
Expand Down
4 changes: 0 additions & 4 deletions create-new-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ for file in $(find ./ga/latest ./ga/$NEW_VERSION -name Dockerfile.*); do

done

# Update the .travis.yml file.
sed -i'.bak' -e "s/RELEASE=\.\.\/ga\/$OLD_VERSION/RELEASE=\.\.\/ga\/$NEW_VERSION/" ./.travis.yml;
rm ./.travis.yml.bak;

# Update the images.txt file
cp ./ga/$OLD_VERSION/images.txt ./ga/$NEW_VERSION/images.txt;
sed -i'.bak' -e "s/$OLD_VERSION/$NEW_VERSION/g" ./ga/$NEW_VERSION/images.txt;
Expand Down
18 changes: 0 additions & 18 deletions ga/24.0.0.4/images.txt

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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.4-kernel-java8-ibmjava-ubi
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.5-kernel-java8-ibmjava-ubi
FROM $PARENT_IMAGE AS installBundle

ARG VERBOSE=false
Expand All @@ -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.4-kernel-java8-ibmjava-ubi
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.5-kernel-java8-ibmjava-ubi
FROM $PARENT_IMAGE
ARG VERBOSE=false

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.4-kernel-java11-openj9-ubi
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.5-kernel-java11-openj9-ubi
FROM $PARENT_IMAGE AS installBundle

ARG VERBOSE=false
Expand All @@ -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.4-kernel-java11-openj9-ubi
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.5-kernel-java11-openj9-ubi
FROM $PARENT_IMAGE
ARG VERBOSE=false

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.4-kernel-java17-openj9-ubi
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.5-kernel-java17-openj9-ubi
FROM $PARENT_IMAGE AS installBundle

ARG VERBOSE=false
Expand All @@ -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.4-kernel-java17-openj9-ubi
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.5-kernel-java17-openj9-ubi
FROM $PARENT_IMAGE
ARG VERBOSE=false

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.4-kernel-java21-openj9-ubi9-minimal
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.5-kernel-java21-openj9-ubi9-minimal
FROM $PARENT_IMAGE AS installBundle

ARG VERBOSE=false
Expand All @@ -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.4-kernel-java21-openj9-ubi9-minimal
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.5-kernel-java21-openj9-ubi9-minimal
FROM $PARENT_IMAGE
ARG VERBOSE=false

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.4-kernel-java8-openj9-ubi
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.5-kernel-java8-openj9-ubi
FROM $PARENT_IMAGE AS installBundle

ARG VERBOSE=false
Expand All @@ -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.4-kernel-java8-openj9-ubi
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.5-kernel-java8-openj9-ubi
FROM $PARENT_IMAGE
ARG VERBOSE=false

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

FROM websphere-liberty:24.0.0.4-kernel-java8-ibmjava
FROM websphere-liberty:24.0.0.5-kernel-java8-ibmjava

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

FROM websphere-liberty:24.0.0.4-kernel-java11-openj9
FROM websphere-liberty:24.0.0.5-kernel-java11-openj9

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

FROM websphere-liberty:24.0.0.4-kernel-java17-openj9
FROM websphere-liberty:24.0.0.5-kernel-java17-openj9

ARG VERBOSE=false
ARG REPOSITORIES_PROPERTIES=""
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
18 changes: 18 additions & 0 deletions ga/24.0.0.5/images.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
websphere-liberty:24.0.0.5-kernel ../ga/24.0.0.5/kernel ../ga/24.0.0.5/kernel/Dockerfile.ubuntu.ibmjava8
websphere-liberty:24.0.0.5-kernel-java11-openj9 ../ga/24.0.0.5/kernel ../ga/24.0.0.5/kernel/Dockerfile.ubuntu.openjdk11
websphere-liberty:24.0.0.5-kernel-java17-openj9 ../ga/24.0.0.5/kernel ../ga/24.0.0.5/kernel/Dockerfile.ubuntu.openjdk17
websphere-liberty:24.0.0.5-kernel-java8-ibmjava-ubi ../ga/24.0.0.5/kernel ../ga/24.0.0.5/kernel/Dockerfile.ubi.ibmjava8
websphere-liberty:24.0.0.5-kernel-java8-openj9-ubi ../ga/24.0.0.5/kernel ../ga/24.0.0.5/kernel/Dockerfile.ubi.openjdk8
websphere-liberty:24.0.0.5-kernel-java11-openj9-ubi ../ga/24.0.0.5/kernel ../ga/24.0.0.5/kernel/Dockerfile.ubi.openjdk11
websphere-liberty:24.0.0.5-kernel-java17-openj9-ubi ../ga/24.0.0.5/kernel ../ga/24.0.0.5/kernel/Dockerfile.ubi.openjdk17
websphere-liberty:24.0.0.5-full ../ga/24.0.0.5/full ../ga/24.0.0.5/full/Dockerfile.ubuntu.ibmjava8
websphere-liberty:24.0.0.5-full-java11-openj9 ../ga/24.0.0.5/full ../ga/24.0.0.5/full/Dockerfile.ubuntu.openjdk11
websphere-liberty:24.0.0.5-full-java17-openj9 ../ga/24.0.0.5/full ../ga/24.0.0.5/full/Dockerfile.ubuntu.openjdk17
websphere-liberty:24.0.0.5-full-java8-ibmjava-ubi ../ga/24.0.0.5/full ../ga/24.0.0.5/full/Dockerfile.ubi.ibmjava8
websphere-liberty:24.0.0.5-full-java8-openj9-ubi ../ga/24.0.0.5/full ../ga/24.0.0.5/full/Dockerfile.ubi.openjdk8
websphere-liberty:24.0.0.5-full-java11-openj9-ubi ../ga/24.0.0.5/full ../ga/24.0.0.5/full/Dockerfile.ubi.openjdk11
websphere-liberty:24.0.0.5-full-java17-openj9-ubi ../ga/24.0.0.5/full ../ga/24.0.0.5/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
Expand Up @@ -19,10 +19,10 @@ USER root
ARG VERBOSE=false

# Install WebSphere Liberty
ARG LIBERTY_VERSION=24.0.0.4
ARG LIBERTY_VERSION=24.0.0.5
ARG LIBERTY_URL
ARG DOWNLOAD_OPTIONS=""
ARG LIBERTY_SHA=9a153c5e45bb0c6ceed3f4ebe18d4e425d0444a3
ARG LIBERTY_SHA=178f6640f31ca9638ae21f107d0cc8ee7b77fbdf

# If there is a local copy of the image use that instead
COPY resources/ /tmp/
Expand All @@ -48,8 +48,8 @@ USER root
ARG VERBOSE=false
ARG OPENJ9_SCC=true

ARG LIBERTY_VERSION=24.0.0.4
ARG LIBERTY_BUILD_LABEL=cl240420240408-2000
ARG LIBERTY_VERSION=24.0.0.5
ARG LIBERTY_BUILD_LABEL=cl240520240506-1951

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

# Install WebSphere Liberty
ARG LIBERTY_VERSION=24.0.0.4
ARG LIBERTY_VERSION=24.0.0.5
ARG LIBERTY_URL
ARG DOWNLOAD_OPTIONS=""
ARG LIBERTY_SHA=9a153c5e45bb0c6ceed3f4ebe18d4e425d0444a3
ARG LIBERTY_SHA=178f6640f31ca9638ae21f107d0cc8ee7b77fbdf


# If there is a local copy of the image use that instead
Expand All @@ -49,8 +49,8 @@ USER root
ARG VERBOSE=false
ARG OPENJ9_SCC=true

ARG LIBERTY_VERSION=24.0.0.4
ARG LIBERTY_BUILD_LABEL=cl240420240408-2000
ARG LIBERTY_VERSION=24.0.0.5
ARG LIBERTY_BUILD_LABEL=cl240520240506-1951

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

# Install WebSphere Liberty
ARG LIBERTY_VERSION=24.0.0.4
ARG LIBERTY_VERSION=24.0.0.5
ARG LIBERTY_URL
ARG DOWNLOAD_OPTIONS=""
ARG LIBERTY_SHA=9a153c5e45bb0c6ceed3f4ebe18d4e425d0444a3
ARG LIBERTY_SHA=178f6640f31ca9638ae21f107d0cc8ee7b77fbdf

# If there is a local copy of the image use that instead
COPY resources/ /tmp/
Expand All @@ -48,8 +48,8 @@ USER root
ARG VERBOSE=false
ARG OPENJ9_SCC=true

ARG LIBERTY_VERSION=24.0.0.4
ARG LIBERTY_BUILD_LABEL=cl240420240408-2000
ARG LIBERTY_VERSION=24.0.0.5
ARG LIBERTY_BUILD_LABEL=cl240520240506-1951

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

# Install WebSphere Liberty
ARG LIBERTY_VERSION=24.0.0.4
ARG LIBERTY_VERSION=24.0.0.5
ARG LIBERTY_URL
ARG DOWNLOAD_OPTIONS=""
ARG LIBERTY_SHA=9a153c5e45bb0c6ceed3f4ebe18d4e425d0444a3
ARG LIBERTY_SHA=178f6640f31ca9638ae21f107d0cc8ee7b77fbdf

# If there is a local copy of the image use that instead
COPY resources/ /tmp/
Expand All @@ -47,8 +47,8 @@ USER root
ARG VERBOSE=false
ARG OPENJ9_SCC=true

ARG LIBERTY_VERSION=24.0.0.4
ARG LIBERTY_BUILD_LABEL=cl240420240408-2000
ARG LIBERTY_VERSION=24.0.0.5
ARG LIBERTY_BUILD_LABEL=cl240520240506-1951

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

# Install WebSphere Liberty
ARG LIBERTY_VERSION=24.0.0.4
ARG LIBERTY_VERSION=24.0.0.5
ARG LIBERTY_URL
ARG DOWNLOAD_OPTIONS=""
ARG LIBERTY_SHA=9a153c5e45bb0c6ceed3f4ebe18d4e425d0444a3
ARG LIBERTY_SHA=178f6640f31ca9638ae21f107d0cc8ee7b77fbdf

# If there is a local copy of the image use that instead
COPY resources/ /tmp/
Expand All @@ -48,8 +48,8 @@ USER root
ARG VERBOSE=false
ARG OPENJ9_SCC=true

ARG LIBERTY_VERSION=24.0.0.4
ARG LIBERTY_BUILD_LABEL=cl240420240408-2000
ARG LIBERTY_VERSION=24.0.0.5
ARG LIBERTY_BUILD_LABEL=cl240520240506-1951

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

ARG LIBERTY_VERSION=24.0.0.4
ARG LIBERTY_BUILD_LABEL=cl240420240408-2000
ARG LIBERTY_SHA=9a153c5e45bb0c6ceed3f4ebe18d4e425d0444a3
ARG LIBERTY_VERSION=24.0.0.5
ARG LIBERTY_BUILD_LABEL=cl240520240506-1951
ARG LIBERTY_SHA=178f6640f31ca9638ae21f107d0cc8ee7b77fbdf

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

ARG LIBERTY_VERSION=24.0.0.4
ARG LIBERTY_BUILD_LABEL=cl240420240408-2000
ARG LIBERTY_SHA=9a153c5e45bb0c6ceed3f4ebe18d4e425d0444a3
ARG LIBERTY_VERSION=24.0.0.5
ARG LIBERTY_BUILD_LABEL=cl240520240506-1951
ARG LIBERTY_SHA=178f6640f31ca9638ae21f107d0cc8ee7b77fbdf

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

ARG LIBERTY_VERSION=24.0.0.4
ARG LIBERTY_BUILD_LABEL=cl240420240408-2000
ARG LIBERTY_SHA=9a153c5e45bb0c6ceed3f4ebe18d4e425d0444a3
ARG LIBERTY_VERSION=24.0.0.5
ARG LIBERTY_BUILD_LABEL=cl240520240506-1951
ARG LIBERTY_SHA=178f6640f31ca9638ae21f107d0cc8ee7b77fbdf

LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Thomas Watson, Wendy Raschke, Michal Broz" \
org.opencontainers.image.vendor="IBM" \
Expand Down
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.
8 changes: 4 additions & 4 deletions ga/latest/kernel/Dockerfile.ubi.ibmjava8
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ USER root
ARG VERBOSE=false

# Install WebSphere Liberty
ARG LIBERTY_VERSION=24.0.0.4
ARG LIBERTY_VERSION=24.0.0.5
ARG LIBERTY_URL
ARG DOWNLOAD_OPTIONS=""
ARG LIBERTY_SHA=9a153c5e45bb0c6ceed3f4ebe18d4e425d0444a3
ARG LIBERTY_SHA=178f6640f31ca9638ae21f107d0cc8ee7b77fbdf

# If there is a local copy of the image use that instead
COPY resources/ /tmp/
Expand All @@ -48,8 +48,8 @@ USER root
ARG VERBOSE=false
ARG OPENJ9_SCC=true

ARG LIBERTY_VERSION=24.0.0.4
ARG LIBERTY_BUILD_LABEL=cl240420240408-2000
ARG LIBERTY_VERSION=24.0.0.5
ARG LIBERTY_BUILD_LABEL=cl240520240506-1951

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

0 comments on commit 81e46a7

Please sign in to comment.