File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.12-kernel-java21-openj9-ubi9 -minimal
15+ ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.12-kernel-java21-openj9-ubi -minimal
1616FROM $PARENT_IMAGE AS installBundle
1717
1818ARG VERBOSE=false
@@ -36,7 +36,7 @@ RUN set -eux; \
3636 rm -rf /output/workarea /output/logs; \
3737 find /opt/ibm/wlp ! -perm -g=rw -print0 | xargs -r -0 chmod g+rw;
3838
39- ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.12-kernel-java21-openj9-ubi9 -minimal
39+ ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:24.0.0.12-kernel-java21-openj9-ubi -minimal
4040FROM $PARENT_IMAGE
4141ARG VERBOSE=false
4242
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:25.0.0.3-kernel-java21-openj9-ubi9 -minimal
15+ ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:25.0.0.3-kernel-java21-openj9-ubi -minimal
1616FROM $PARENT_IMAGE AS installBundle
1717
1818ARG VERBOSE=false
@@ -36,7 +36,7 @@ RUN set -eux; \
3636 rm -rf /output/workarea /output/logs; \
3737 find /opt/ibm/wlp ! -perm -g=rw -print0 | xargs -r -0 chmod g+rw;
3838
39- ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:25.0.0.3-kernel-java21-openj9-ubi9 -minimal
39+ ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:25.0.0.3-kernel-java21-openj9-ubi -minimal
4040FROM $PARENT_IMAGE
4141ARG VERBOSE=false
4242
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:kernel-java21-openj9-ubi9 -minimal
15+ ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:kernel-java21-openj9-ubi -minimal
1616FROM $PARENT_IMAGE AS installBundle
1717
1818ARG VERBOSE=false
@@ -36,7 +36,7 @@ RUN set -eux; \
3636 rm -rf /output/workarea /output/logs; \
3737 find /opt/ibm/wlp ! -perm -g=rw -print0 | xargs -r -0 chmod g+rw;
3838
39- ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:kernel-java21-openj9-ubi9 -minimal
39+ ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:kernel-java21-openj9-ubi -minimal
4040FROM $PARENT_IMAGE
4141ARG VERBOSE=false
4242
You can’t perform that action at this time.
0 commit comments