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
4 changes: 1 addition & 3 deletions ga/23.0.0.6/full/Dockerfile.ubi.ibmjava8
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:23.0.0.6-kernel-java8-ibmjava-ubi
FROM $PARENT_IMAGE AS installBundle

USER root

ARG VERBOSE=false
ARG REPOSITORIES_PROPERTIES=""

Expand All @@ -43,7 +41,7 @@ FROM $PARENT_IMAGE
ARG VERBOSE=false

# Copy the runtime
COPY --from=installBundle /opt/ibm/wlp /opt/ibm/wlp
COPY --from=installBundle --chown=1001:0 /opt/ibm/wlp /opt/ibm/wlp

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

Expand Down
4 changes: 1 addition & 3 deletions ga/23.0.0.6/full/Dockerfile.ubi.openjdk11
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:23.0.0.6-kernel-java11-openj9-ubi
FROM $PARENT_IMAGE AS installBundle

USER root

ARG VERBOSE=false
ARG REPOSITORIES_PROPERTIES=""

Expand All @@ -43,7 +41,7 @@ FROM $PARENT_IMAGE
ARG VERBOSE=false

# Copy the runtime
COPY --from=installBundle /opt/ibm/wlp /opt/ibm/wlp
COPY --from=installBundle --chown=1001:0 /opt/ibm/wlp /opt/ibm/wlp

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

Expand Down
4 changes: 1 addition & 3 deletions ga/23.0.0.6/full/Dockerfile.ubi.openjdk17
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:23.0.0.6-kernel-java17-openj9-ubi
FROM $PARENT_IMAGE AS installBundle

USER root

ARG VERBOSE=false
ARG REPOSITORIES_PROPERTIES=""

Expand All @@ -43,7 +41,7 @@ FROM $PARENT_IMAGE
ARG VERBOSE=false

# Copy the runtime
COPY --from=installBundle /opt/ibm/wlp /opt/ibm/wlp
COPY --from=installBundle --chown=1001:0 /opt/ibm/wlp /opt/ibm/wlp

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

Expand Down
4 changes: 1 addition & 3 deletions ga/23.0.0.6/full/Dockerfile.ubi.openjdk8
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:23.0.0.6-kernel-java8-openj9-ubi
FROM $PARENT_IMAGE AS installBundle

USER root

ARG VERBOSE=false
ARG REPOSITORIES_PROPERTIES=""

Expand All @@ -43,7 +41,7 @@ FROM $PARENT_IMAGE
ARG VERBOSE=false

# Copy the runtime
COPY --from=installBundle /opt/ibm/wlp /opt/ibm/wlp
COPY --from=installBundle --chown=1001:0 /opt/ibm/wlp /opt/ibm/wlp

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

Expand Down
2 changes: 0 additions & 2 deletions ga/23.0.0.6/full/Dockerfile.ubuntu.ibmjava8
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

FROM websphere-liberty:23.0.0.6-kernel-java8-ibmjava

USER root

ARG VERBOSE=false
ARG REPOSITORIES_PROPERTIES=""

Expand Down
2 changes: 0 additions & 2 deletions ga/23.0.0.6/full/Dockerfile.ubuntu.openjdk11
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

FROM websphere-liberty:23.0.0.6-kernel-java11-openj9

USER root

ARG VERBOSE=false
ARG REPOSITORIES_PROPERTIES=""

Expand Down
2 changes: 0 additions & 2 deletions ga/23.0.0.6/full/Dockerfile.ubuntu.openjdk17
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

FROM websphere-liberty:23.0.0.6-kernel-java17-openj9

USER root

ARG VERBOSE=false
ARG REPOSITORIES_PROPERTIES=""

Expand Down
4 changes: 1 addition & 3 deletions ga/latest/full/Dockerfile.ubi.ibmjava8
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:kernel-java8-ibmjava-ubi
FROM $PARENT_IMAGE AS installBundle

USER root

ARG VERBOSE=false
ARG REPOSITORIES_PROPERTIES=""

Expand All @@ -43,7 +41,7 @@ FROM $PARENT_IMAGE
ARG VERBOSE=false

# Copy the runtime
COPY --from=installBundle /opt/ibm/wlp /opt/ibm/wlp
COPY --from=installBundle --chown=1001:0 /opt/ibm/wlp /opt/ibm/wlp

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

Expand Down
4 changes: 1 addition & 3 deletions ga/latest/full/Dockerfile.ubi.openjdk11
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:kernel-java11-openj9-ubi
FROM $PARENT_IMAGE AS installBundle

USER root

ARG VERBOSE=false
ARG REPOSITORIES_PROPERTIES=""

Expand All @@ -43,7 +41,7 @@ FROM $PARENT_IMAGE
ARG VERBOSE=false

# Copy the runtime
COPY --from=installBundle /opt/ibm/wlp /opt/ibm/wlp
COPY --from=installBundle --chown=1001:0 /opt/ibm/wlp /opt/ibm/wlp

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

Expand Down
4 changes: 1 addition & 3 deletions ga/latest/full/Dockerfile.ubi.openjdk17
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:kernel-java17-openj9-ubi
FROM $PARENT_IMAGE AS installBundle

USER root

ARG VERBOSE=false
ARG REPOSITORIES_PROPERTIES=""

Expand All @@ -43,7 +41,7 @@ FROM $PARENT_IMAGE
ARG VERBOSE=false

# Copy the runtime
COPY --from=installBundle /opt/ibm/wlp /opt/ibm/wlp
COPY --from=installBundle --chown=1001:0 /opt/ibm/wlp /opt/ibm/wlp

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

Expand Down
4 changes: 1 addition & 3 deletions ga/latest/full/Dockerfile.ubi.openjdk8
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
ARG PARENT_IMAGE=icr.io/appcafe/websphere-liberty:kernel-java8-openj9-ubi
FROM $PARENT_IMAGE AS installBundle

USER root

ARG VERBOSE=false
ARG REPOSITORIES_PROPERTIES=""

Expand All @@ -43,7 +41,7 @@ FROM $PARENT_IMAGE
ARG VERBOSE=false

# Copy the runtime
COPY --from=installBundle /opt/ibm/wlp /opt/ibm/wlp
COPY --from=installBundle --chown=1001:0 /opt/ibm/wlp /opt/ibm/wlp

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

Expand Down
2 changes: 0 additions & 2 deletions ga/latest/full/Dockerfile.ubuntu.ibmjava8
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

FROM websphere-liberty:kernel-java8-ibmjava

USER root

ARG VERBOSE=false
ARG REPOSITORIES_PROPERTIES=""

Expand Down
2 changes: 0 additions & 2 deletions ga/latest/full/Dockerfile.ubuntu.openjdk11
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

FROM websphere-liberty:kernel-java11-openj9

USER root

ARG VERBOSE=false
ARG REPOSITORIES_PROPERTIES=""

Expand Down
2 changes: 0 additions & 2 deletions ga/latest/full/Dockerfile.ubuntu.openjdk17
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

FROM websphere-liberty:kernel-java17-openj9

USER root

ARG VERBOSE=false
ARG REPOSITORIES_PROPERTIES=""

Expand Down