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
8 changes: 4 additions & 4 deletions ga/23.0.0.6/full/Dockerfile.ubuntu.ibmjava8
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG PARENT_IMAGE=websphere-liberty:23.0.0.6-kernel-java8-ibmjava
FROM $PARENT_IMAGE AS installBundle
ARG PARENT_IMAGE=websphere-liberty
FROM $PARENT_IMAGE:23.0.0.6-kernel-java8-ibmjava AS installBundle
ARG VERBOSE=false
ARG REPOSITORIES_PROPERTIES=""

Expand All @@ -35,8 +35,8 @@ 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=websphere-liberty:23.0.0.6-kernel-java8-ibmjava
FROM $PARENT_IMAGE
ARG PARENT_IMAGE=websphere-liberty
FROM $PARENT_IMAGE:23.0.0.6-kernel-java8-ibmjava
ARG VERBOSE=false

# Copy the runtime
Expand Down
8 changes: 4 additions & 4 deletions ga/23.0.0.6/full/Dockerfile.ubuntu.openjdk11
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG PARENT_IMAGE=websphere-liberty:23.0.0.6-kernel-java11-openj9
FROM $PARENT_IMAGE AS installBundle
ARG PARENT_IMAGE=websphere-liberty
FROM $PARENT_IMAGE:23.0.0.6-kernel-java11-openj9 AS installBundle

USER root

Expand All @@ -38,8 +38,8 @@ 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=websphere-liberty:23.0.0.6-kernel-java11-openj9
FROM $PARENT_IMAGE
ARG PARENT_IMAGE=websphere-liberty
FROM $PARENT_IMAGE:23.0.0.6-kernel-java11-openj9
ARG VERBOSE=false

# Copy the runtime
Expand Down
8 changes: 4 additions & 4 deletions ga/23.0.0.6/full/Dockerfile.ubuntu.openjdk17
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG PARENT_IMAGE=websphere-liberty:23.0.0.6-kernel-java17-openj9
FROM $PARENT_IMAGE AS installBundle
ARG PARENT_IMAGE=websphere-liberty
FROM $PARENT_IMAGE:23.0.0.6-kernel-java17-openj9 AS installBundle

USER root

Expand All @@ -38,8 +38,8 @@ 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=websphere-liberty:23.0.0.6-kernel-java17-openj9
FROM $PARENT_IMAGE
ARG PARENT_IMAGE=websphere-liberty
FROM $PARENT_IMAGE:23.0.0.6-kernel-java17-openj9
ARG VERBOSE=false

# Copy the runtime
Expand Down
8 changes: 4 additions & 4 deletions ga/latest/full/Dockerfile.ubuntu.ibmjava8
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG PARENT_IMAGE=websphere-liberty:kernel
FROM $PARENT_IMAGE AS installBundle
ARG PARENT_IMAGE=websphere-liberty
FROM $PARENT_IMAGE:kernel AS installBundle
ARG VERBOSE=false
ARG REPOSITORIES_PROPERTIES=""

Expand All @@ -35,8 +35,8 @@ 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=websphere-liberty:kernel
FROM $PARENT_IMAGE
ARG PARENT_IMAGE=websphere-liberty
FROM $PARENT_IMAGE:kernel
ARG VERBOSE=false

# Copy the runtime
Expand Down
8 changes: 4 additions & 4 deletions ga/latest/full/Dockerfile.ubuntu.openjdk11
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG PARENT_IMAGE=websphere-liberty:kernel-java11-openj9
FROM $PARENT_IMAGE AS installBundle
ARG PARENT_IMAGE=websphere-liberty
FROM $PARENT_IMAGE:kernel-java11-openj9 AS installBundle

USER root

Expand All @@ -38,8 +38,8 @@ 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=websphere-liberty:kernel-java11-openj9
FROM $PARENT_IMAGE
ARG PARENT_IMAGE=websphere-liberty
FROM $PARENT_IMAGE:kernel-java11-openj9
ARG VERBOSE=false

# Copy the runtime
Expand Down
8 changes: 4 additions & 4 deletions ga/latest/full/Dockerfile.ubuntu.openjdk17
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG PARENT_IMAGE=websphere-liberty:kernel-java17-openj9
FROM $PARENT_IMAGE AS installBundle
ARG PARENT_IMAGE=websphere-liberty
FROM $PARENT_IMAGE:kernel-java17-openj9 AS installBundle

USER root

Expand All @@ -38,8 +38,8 @@ 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=websphere-liberty:kernel-java17-openj9
FROM $PARENT_IMAGE
ARG PARENT_IMAGE=websphere-liberty
FROM $PARENT_IMAGE:kernel-java17-openj9
ARG VERBOSE=false

# Copy the runtime
Expand Down