Skip to content

Commit 9f3d30c

Browse files
committed
Updates for the release of 23.0.0.5
1 parent df957d5 commit 9f3d30c

File tree

68 files changed

+147
-147
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+147
-147
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ before_install:
1010
env:
1111
- RELEASE=../ga/22.0.0.12
1212
- RELEASE=../ga/23.0.0.3
13-
- RELEASE=../ga/23.0.0.4
13+
- RELEASE=../ga/23.0.0.5
1414
- RELEASE=../ga/latest
1515

1616
script:

ga/23.0.0.4/images.txt

Lines changed: 0 additions & 18 deletions
This file was deleted.
File renamed without changes.

ga/23.0.0.4/full/Dockerfile.ubi.ibmjava8 renamed to ga/23.0.0.5/full/Dockerfile.ubi.ibmjava8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty
16-
FROM $PARENT_IMAGE:23.0.0.4-kernel-java8-ibmjava-ubi
16+
FROM $PARENT_IMAGE:kernel-java8-ibmjava-ubi
1717
ARG VERBOSE=false
1818
ARG REPOSITORIES_PROPERTIES=""
1919

@@ -22,7 +22,7 @@ RUN if [ ! -z $REPOSITORIES_PROPERTIES ]; then mkdir /opt/ibm/wlp/etc/ \
2222
&& installUtility install --acceptLicense baseBundle \
2323
&& if [ ! -z $REPOSITORIES_PROPERTIES ]; then rm /opt/ibm/wlp/etc/repositories.properties; fi \
2424
&& rm -rf /output/workarea /output/logs \
25-
&& find /opt/ibm/wlp ! -perm -g=rw -print0 | xargs -r -0 chmod g+rw
25+
&& find /opt/ibm/wlp ! -perm -g=rw -print0 | xargs -r -0 chmod g+rw
2626

2727
COPY --chown=1001:0 server.xml /config/
2828

ga/23.0.0.4/full/Dockerfile.ubi.openjdk11 renamed to ga/23.0.0.5/full/Dockerfile.ubi.openjdk11

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty
16-
FROM $PARENT_IMAGE:23.0.0.4-kernel-java11-openj9-ubi
16+
FROM $PARENT_IMAGE:kernel-java11-openj9-ubi
1717
ARG VERBOSE=false
1818
ARG REPOSITORIES_PROPERTIES=""
1919

ga/23.0.0.4/full/Dockerfile.ubi.openjdk17 renamed to ga/23.0.0.5/full/Dockerfile.ubi.openjdk17

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty
16-
FROM $PARENT_IMAGE:23.0.0.4-kernel-java17-openj9-ubi
16+
FROM $PARENT_IMAGE:kernel-java17-openj9-ubi
1717
ARG VERBOSE=false
1818
ARG REPOSITORIES_PROPERTIES=""
1919

ga/23.0.0.4/full/Dockerfile.ubi.openjdk8 renamed to ga/23.0.0.5/full/Dockerfile.ubi.openjdk8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty
16-
FROM $PARENT_IMAGE:23.0.0.4-kernel-java8-openj9-ubi
16+
FROM $PARENT_IMAGE:kernel-java8-openj9-ubi
1717
ARG VERBOSE=false
1818
ARG REPOSITORIES_PROPERTIES=""
1919

ga/23.0.0.4/full/Dockerfile.ubuntu.ibmjava8 renamed to ga/23.0.0.5/full/Dockerfile.ubuntu.ibmjava8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM websphere-liberty:23.0.0.4-kernel-java8-ibmjava
15+
FROM websphere-liberty:kernel
1616
ARG VERBOSE=false
1717
ARG REPOSITORIES_PROPERTIES=""
1818

ga/23.0.0.4/full/Dockerfile.ubuntu.openjdk11 renamed to ga/23.0.0.5/full/Dockerfile.ubuntu.openjdk11

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM websphere-liberty:23.0.0.4-kernel-java11-openj9
15+
FROM websphere-liberty:kernel-java11-openj9
1616
ARG VERBOSE=false
1717
ARG REPOSITORIES_PROPERTIES=""
1818

ga/23.0.0.4/full/Dockerfile.ubuntu.openjdk17 renamed to ga/23.0.0.5/full/Dockerfile.ubuntu.openjdk17

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM websphere-liberty:23.0.0.4-kernel-java17-openj9
15+
FROM websphere-liberty:kernel-java17-openj9
1616
ARG VERBOSE=false
1717
ARG REPOSITORIES_PROPERTIES=""
1818

0 commit comments

Comments
 (0)