Skip to content
Open
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
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ services:
before_install:
- sudo apt-get update
env:
- RELEASE=../ga/23.0.0.6
- RELEASE=../ga/23.0.0.9
- RELEASE=../ga/23.0.0.11
- RELEASE=../ga/23.0.0.12
- RELEASE=../ga/latest

script:
Expand Down
38 changes: 0 additions & 38 deletions ga/23.0.0.11/full/Dockerfile.ubuntu.ibmjava8

This file was deleted.

38 changes: 0 additions & 38 deletions ga/23.0.0.11/full/Dockerfile.ubuntu.openjdk11

This file was deleted.

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

This file was deleted.

32 changes: 0 additions & 32 deletions ga/23.0.0.11/oidcProvider/Dockerfile.java11

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:23.0.0.11-kernel-java8-ibmjava-ubi
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:23.0.0.12-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:23.0.0.11-kernel-java8-ibmjava-ubi
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:23.0.0.12-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:23.0.0.11-kernel-java11-openj9-ubi
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:23.0.0.12-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:23.0.0.11-kernel-java11-openj9-ubi
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:23.0.0.12-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:23.0.0.11-kernel-java17-openj9-ubi
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:23.0.0.12-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:23.0.0.11-kernel-java17-openj9-ubi
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:23.0.0.12-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:23.0.0.11-kernel-java8-openj9-ubi
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:23.0.0.12-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:23.0.0.11-kernel-java8-openj9-ubi
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:23.0.0.12-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:23.0.0.6-kernel-java8-ibmjava
FROM websphere-liberty:23.0.0.12-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:23.0.0.6-kernel-java11-openj9
FROM websphere-liberty:23.0.0.12-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:23.0.0.11-kernel-java17-openj9
FROM websphere-liberty:23.0.0.12-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/23.0.0.12/images.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
websphere-liberty:23.0.0.12-kernel ../ga/23.0.0.12/kernel ../ga/23.0.0.12/kernel/Dockerfile.ubuntu.ibmjava8
websphere-liberty:23.0.0.12-kernel-java11-openj9 ../ga/23.0.0.12/kernel ../ga/23.0.0.12/kernel/Dockerfile.ubuntu.openjdk11
websphere-liberty:23.0.0.12-kernel-java17-openj9 ../ga/23.0.0.12/kernel ../ga/23.0.0.12/kernel/Dockerfile.ubuntu.openjdk17
websphere-liberty:23.0.0.12-kernel-java8-ibmjava-ubi ../ga/23.0.0.12/kernel ../ga/23.0.0.12/kernel/Dockerfile.ubi.ibmjava8
websphere-liberty:23.0.0.12-kernel-java8-openj9-ubi ../ga/23.0.0.12/kernel ../ga/23.0.0.12/kernel/Dockerfile.ubi.openjdk8
websphere-liberty:23.0.0.12-kernel-java11-openj9-ubi ../ga/23.0.0.12/kernel ../ga/23.0.0.12/kernel/Dockerfile.ubi.openjdk11
websphere-liberty:23.0.0.12-kernel-java17-openj9-ubi ../ga/23.0.0.12/kernel ../ga/23.0.0.12/kernel/Dockerfile.ubi.openjdk17
websphere-liberty:23.0.0.12-full ../ga/23.0.0.12/full ../ga/23.0.0.12/full/Dockerfile.ubuntu.ibmjava8
websphere-liberty:23.0.0.12-full-java11-openj9 ../ga/23.0.0.12/full ../ga/23.0.0.12/full/Dockerfile.ubuntu.openjdk11
websphere-liberty:23.0.0.12-full-java17-openj9 ../ga/23.0.0.12/full ../ga/23.0.0.12/full/Dockerfile.ubuntu.openjdk17
websphere-liberty:23.0.0.12-full-java8-ibmjava-ubi ../ga/23.0.0.12/full ../ga/23.0.0.12/full/Dockerfile.ubi.ibmjava8
websphere-liberty:23.0.0.12-full-java8-openj9-ubi ../ga/23.0.0.12/full ../ga/23.0.0.12/full/Dockerfile.ubi.openjdk8
websphere-liberty:23.0.0.12-full-java11-openj9-ubi ../ga/23.0.0.12/full ../ga/23.0.0.12/full/Dockerfile.ubi.openjdk11
websphere-liberty:23.0.0.12-full-java17-openj9-ubi ../ga/23.0.0.12/full ../ga/23.0.0.12/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,7 +19,7 @@ USER root
ARG VERBOSE=false

# Install WebSphere Liberty
ARG LIBERTY_VERSION=23.0.0.11
ARG LIBERTY_VERSION=23.0.0.12
ARG LIBERTY_URL
ARG DOWNLOAD_OPTIONS=""

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

ARG LIBERTY_VERSION=23.0.0.11
ARG LIBERTY_BUILD_LABEL=cl231120231014-2002
ARG LIBERTY_VERSION=23.0.0.12
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" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ USER root
ARG VERBOSE=false

# Install WebSphere Liberty
ARG LIBERTY_VERSION=23.0.0.11
ARG LIBERTY_VERSION=23.0.0.12
ARG LIBERTY_URL
ARG DOWNLOAD_OPTIONS=""

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

ARG LIBERTY_VERSION=23.0.0.11
ARG LIBERTY_BUILD_LABEL=cl231120231014-2002
ARG LIBERTY_VERSION=23.0.0.12
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" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ USER root
ARG VERBOSE=false

# Install WebSphere Liberty
ARG LIBERTY_VERSION=23.0.0.11
ARG LIBERTY_VERSION=23.0.0.12
ARG LIBERTY_URL
ARG DOWNLOAD_OPTIONS=""

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

ARG LIBERTY_VERSION=23.0.0.11
ARG LIBERTY_BUILD_LABEL=cl231120231014-2002
ARG LIBERTY_VERSION=23.0.0.12
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" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ USER root
ARG VERBOSE=false

# Install WebSphere Liberty
ARG LIBERTY_VERSION=23.0.0.11
ARG LIBERTY_VERSION=23.0.0.12
ARG LIBERTY_URL
ARG DOWNLOAD_OPTIONS=""

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

ARG LIBERTY_VERSION=23.0.0.11
ARG LIBERTY_BUILD_LABEL=cl231120231014-2002
ARG LIBERTY_VERSION=23.0.0.12
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" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ USER root
ARG VERBOSE=false
ARG OPENJ9_SCC=true

ARG LIBERTY_VERSION=23.0.0.11
ARG LIBERTY_BUILD_LABEL=cl231120231014-2002
ARG LIBERTY_VERSION=23.0.0.12
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" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ USER root
ARG VERBOSE=false
ARG OPENJ9_SCC=true

ARG LIBERTY_VERSION=23.0.0.11
ARG LIBERTY_BUILD_LABEL=cl231120231014-2002
ARG LIBERTY_VERSION=23.0.0.12
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" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ USER root
ARG VERBOSE=false
ARG OPENJ9_SCC=true

ARG LIBERTY_VERSION=23.0.0.11
ARG LIBERTY_BUILD_LABEL=cl231120231014-2002
ARG LIBERTY_VERSION=23.0.0.12
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" \
Expand Down
File renamed without changes.
File renamed without changes.
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.

FROM websphere-liberty:kernel-java11
FROM websphere-liberty:23.0.0.12-kernel-java11

ARG REPOSITORIES_PROPERTIES=""

Expand Down
6 changes: 0 additions & 6 deletions ga/23.0.0.6/README.md

This file was deleted.

Loading