Skip to content

Commit f644f06

Browse files
committed
Add version names to container names
1 parent 9f3d30c commit f644f06

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

ga/23.0.0.5/full/Dockerfile.ubi.ibmjava8

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:kernel-java8-ibmjava-ubi
16+
FROM $PARENT_IMAGE:23.0.0.5-kernel-java8-ibmjava-ubi
1717
ARG VERBOSE=false
1818
ARG REPOSITORIES_PROPERTIES=""
1919

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:kernel-java11-openj9-ubi
16+
FROM $PARENT_IMAGE:23.0.0.5-kernel-java11-openj9-ubi
1717
ARG VERBOSE=false
1818
ARG REPOSITORIES_PROPERTIES=""
1919

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:kernel-java17-openj9-ubi
16+
FROM $PARENT_IMAGE:23.0.0.5-kernel-java17-openj9-ubi
1717
ARG VERBOSE=false
1818
ARG REPOSITORIES_PROPERTIES=""
1919

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:kernel-java8-openj9-ubi
16+
FROM $PARENT_IMAGE:23.0.0.5-kernel-java8-openj9-ubi
1717
ARG VERBOSE=false
1818
ARG REPOSITORIES_PROPERTIES=""
1919

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:kernel
15+
FROM websphere-liberty:23.0.0.5-kernel-java8-ibmjava
1616
ARG VERBOSE=false
1717
ARG REPOSITORIES_PROPERTIES=""
1818

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:kernel-java11-openj9
15+
FROM websphere-liberty:23.0.0.5-kernel-java11-openj9
1616
ARG VERBOSE=false
1717
ARG REPOSITORIES_PROPERTIES=""
1818

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:kernel-java17-openj9
15+
FROM websphere-liberty:23.0.0.5-kernel-java17-openj9
1616
ARG VERBOSE=false
1717
ARG REPOSITORIES_PROPERTIES=""
1818

0 commit comments

Comments
 (0)