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
702 changes: 2 additions & 700 deletions .secrets.baseline

Large diffs are not rendered by default.

18 changes: 0 additions & 18 deletions ga/25.0.0.7/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:25.0.0.7-kernel-java8-ibmjava-ubi
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:25.0.0.8-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:25.0.0.7-kernel-java8-ibmjava-ubi
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:25.0.0.8-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:25.0.0.7-kernel-java11-openj9-ubi
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:25.0.0.8-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:25.0.0.7-kernel-java11-openj9-ubi
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:25.0.0.8-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:25.0.0.7-kernel-java17-openj9-ubi
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:25.0.0.8-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:25.0.0.7-kernel-java17-openj9-ubi
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:25.0.0.8-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:25.0.0.7-kernel-java8-openj9-ubi
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:25.0.0.8-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:25.0.0.7-kernel-java8-openj9-ubi
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:25.0.0.8-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.

ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:25.0.0.7-kernel-java8-ibmjava-ubi-minimal
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:25.0.0.8-kernel-java8-ibmjava-ubi-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:25.0.0.7-kernel-java8-ibmjava-ubi-minimal
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:25.0.0.8-kernel-java8-ibmjava-ubi-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:25.0.0.7-kernel-java11-openj9-ubi-minimal
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:25.0.0.8-kernel-java11-openj9-ubi-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:25.0.0.7-kernel-java11-openj9-ubi-minimal
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:25.0.0.8-kernel-java11-openj9-ubi-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:25.0.0.7-kernel-java17-openj9-ubi-minimal
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:25.0.0.8-kernel-java17-openj9-ubi-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:25.0.0.7-kernel-java17-openj9-ubi-minimal
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:25.0.0.8-kernel-java17-openj9-ubi-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:25.0.0.7-kernel-java21-openj9-ubi-minimal
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:25.0.0.8-kernel-java21-openj9-ubi-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:25.0.0.7-kernel-java21-openj9-ubi-minimal
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:25.0.0.8-kernel-java21-openj9-ubi-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:25.0.0.7-kernel-java8-openj9-ubi-minimal
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:25.0.0.8-kernel-java8-openj9-ubi-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:25.0.0.7-kernel-java8-openj9-ubi-minimal
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:25.0.0.8-kernel-java8-openj9-ubi-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.

FROM websphere-liberty:25.0.0.7-kernel-java8-ibmjava
FROM websphere-liberty:25.0.0.8-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:25.0.0.7-kernel-java11-openj9
FROM websphere-liberty:25.0.0.8-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:25.0.0.7-kernel-java17-openj9
FROM websphere-liberty:25.0.0.8-kernel-java17-openj9

ARG VERBOSE=false
ARG REPOSITORIES_PROPERTIES=""
Expand Down
File renamed without changes.
File renamed without changes.
18 changes: 18 additions & 0 deletions ga/25.0.0.8/images.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
websphere-liberty:25.0.0.8-kernel ../ga/25.0.0.8/kernel ../ga/25.0.0.8/kernel/Dockerfile.ubuntu.ibmjava8
websphere-liberty:25.0.0.8-kernel-java11-openj9 ../ga/25.0.0.8/kernel ../ga/25.0.0.8/kernel/Dockerfile.ubuntu.openjdk11
websphere-liberty:25.0.0.8-kernel-java17-openj9 ../ga/25.0.0.8/kernel ../ga/25.0.0.8/kernel/Dockerfile.ubuntu.openjdk17
websphere-liberty:25.0.0.8-kernel-java8-ibmjava-ubi ../ga/25.0.0.8/kernel ../ga/25.0.0.8/kernel/Dockerfile.ubi.ibmjava8
websphere-liberty:25.0.0.8-kernel-java8-openj9-ubi ../ga/25.0.0.8/kernel ../ga/25.0.0.8/kernel/Dockerfile.ubi.openjdk8
websphere-liberty:25.0.0.8-kernel-java11-openj9-ubi ../ga/25.0.0.8/kernel ../ga/25.0.0.8/kernel/Dockerfile.ubi.openjdk11
websphere-liberty:25.0.0.8-kernel-java17-openj9-ubi ../ga/25.0.0.8/kernel ../ga/25.0.0.8/kernel/Dockerfile.ubi.openjdk17
websphere-liberty:25.0.0.8-full ../ga/25.0.0.8/full ../ga/25.0.0.8/full/Dockerfile.ubuntu.ibmjava8
websphere-liberty:25.0.0.8-full-java11-openj9 ../ga/25.0.0.8/full ../ga/25.0.0.8/full/Dockerfile.ubuntu.openjdk11
websphere-liberty:25.0.0.8-full-java17-openj9 ../ga/25.0.0.8/full ../ga/25.0.0.8/full/Dockerfile.ubuntu.openjdk17
websphere-liberty:25.0.0.8-full-java8-ibmjava-ubi ../ga/25.0.0.8/full ../ga/25.0.0.8/full/Dockerfile.ubi.ibmjava8
websphere-liberty:25.0.0.8-full-java8-openj9-ubi ../ga/25.0.0.8/full ../ga/25.0.0.8/full/Dockerfile.ubi.openjdk8
websphere-liberty:25.0.0.8-full-java11-openj9-ubi ../ga/25.0.0.8/full ../ga/25.0.0.8/full/Dockerfile.ubi.openjdk11
websphere-liberty:25.0.0.8-full-java17-openj9-ubi ../ga/25.0.0.8/full ../ga/25.0.0.8/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=25.0.0.7
ARG LIBERTY_VERSION=25.0.0.8
ARG LIBERTY_URL
ARG DOWNLOAD_OPTIONS=""
ARG LIBERTY_SHA=77ef55d63a7287c3dc5165295ce2d47af5686ba8
ARG LIBERTY_SHA=27abac812660d4dba368044ba969b29c27e23f85

# 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=25.0.0.7
ARG LIBERTY_BUILD_LABEL=cl250720250629-1102
ARG LIBERTY_VERSION=25.0.0.8
ARG LIBERTY_BUILD_LABEL=cl250420250407-1902

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=25.0.0.7
ARG LIBERTY_VERSION=25.0.0.8
ARG LIBERTY_URL
ARG DOWNLOAD_OPTIONS=""
ARG LIBERTY_SHA=77ef55d63a7287c3dc5165295ce2d47af5686ba8
ARG LIBERTY_SHA=27abac812660d4dba368044ba969b29c27e23f85


# 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=25.0.0.7
ARG LIBERTY_BUILD_LABEL=cl250720250629-1102
ARG LIBERTY_VERSION=25.0.0.8
ARG LIBERTY_BUILD_LABEL=cl250420250407-1902

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=25.0.0.7
ARG LIBERTY_VERSION=25.0.0.8
ARG LIBERTY_URL
ARG DOWNLOAD_OPTIONS=""
ARG LIBERTY_SHA=77ef55d63a7287c3dc5165295ce2d47af5686ba8
ARG LIBERTY_SHA=27abac812660d4dba368044ba969b29c27e23f85

# 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=25.0.0.7
ARG LIBERTY_BUILD_LABEL=cl250720250629-1102
ARG LIBERTY_VERSION=25.0.0.8
ARG LIBERTY_BUILD_LABEL=cl250420250407-1902

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=25.0.0.7
ARG LIBERTY_VERSION=25.0.0.8
ARG LIBERTY_URL
ARG DOWNLOAD_OPTIONS=""
ARG LIBERTY_SHA=77ef55d63a7287c3dc5165295ce2d47af5686ba8
ARG LIBERTY_SHA=27abac812660d4dba368044ba969b29c27e23f85

# 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=25.0.0.7
ARG LIBERTY_BUILD_LABEL=cl250720250629-1102
ARG LIBERTY_VERSION=25.0.0.8
ARG LIBERTY_BUILD_LABEL=cl250420250407-1902

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 @@ -29,10 +29,10 @@ USER root
ARG VERBOSE=false

# Install WebSphere Liberty
ARG LIBERTY_VERSION=25.0.0.7
ARG LIBERTY_VERSION=25.0.0.8
ARG LIBERTY_URL
ARG DOWNLOAD_OPTIONS=""
ARG LIBERTY_SHA=77ef55d63a7287c3dc5165295ce2d47af5686ba8
ARG LIBERTY_SHA=27abac812660d4dba368044ba969b29c27e23f85

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

ARG LIBERTY_VERSION=25.0.0.7
ARG LIBERTY_BUILD_LABEL=cl250720250629-1102
ARG LIBERTY_VERSION=25.0.0.8
ARG LIBERTY_BUILD_LABEL=cl250420250407-1902

LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Iain Lewis, Melissa Lee, Kirby Chin" \
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=25.0.0.7
ARG LIBERTY_VERSION=25.0.0.8
ARG LIBERTY_URL
ARG DOWNLOAD_OPTIONS=""
ARG LIBERTY_SHA=77ef55d63a7287c3dc5165295ce2d47af5686ba8
ARG LIBERTY_SHA=27abac812660d4dba368044ba969b29c27e23f85

# 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=25.0.0.7
ARG LIBERTY_BUILD_LABEL=cl250720250629-1102
ARG LIBERTY_VERSION=25.0.0.8
ARG LIBERTY_BUILD_LABEL=cl250420250407-1902

LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Iain Lewis, Melissa Lee, Kirby Chin" \
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=25.0.0.7
ARG LIBERTY_VERSION=25.0.0.8
ARG LIBERTY_URL
ARG DOWNLOAD_OPTIONS=""
ARG LIBERTY_SHA=77ef55d63a7287c3dc5165295ce2d47af5686ba8
ARG LIBERTY_SHA=27abac812660d4dba368044ba969b29c27e23f85

# 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=25.0.0.7
ARG LIBERTY_BUILD_LABEL=cl250720250629-1102
ARG LIBERTY_VERSION=25.0.0.8
ARG LIBERTY_BUILD_LABEL=cl250420250407-1902

LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Iain Lewis, Melissa Lee, Kirby Chin" \
org.opencontainers.image.vendor="IBM" \
Expand Down
Loading