Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@


# This relies on a base image which needs to be built seperately
# curl https://raw.githubusercontent.com/ibmruntimes/ci.docker/main/ibmjava/8/jre/ubi-min/Dockerfile -o java/Dockerfile.ubi9.minimal
# curl https://raw.githubusercontent.com/ibmruntimes/ci.docker/main/ibmjava/8/jre/ubi-min/Dockerfile -o java/Dockerfile.ubi10.minimal
# The above file needs editing before it is built:
# This changes to a UBI9 base, and corrects the microdnf command to work on UBI9.
# $> sed -i -e 's/ubi8/ubi9/' -e 's/microdnf install/microdnf -y install/' -e 's/microdnf update/microdnf update -y/' Dockerfile.ubi9-minimal.ibmjava8
# $> rm ./java/Dockerfile.ubi9.minimal.bak
# Then build and tag as 'ibmjava:9-ubi'
# $> docker build -t ibmjava:9-ubi -f ./java/Dockerfile.ubi9.minimal java
# This changes to a UBI10 base, and corrects the microdnf command to work on UBI10.
# $> sed -i -e 's/ubi8/ubi10/' -e 's/microdnf install/microdnf -y install/' -e 's/microdnf update/microdnf update -y/' Dockerfile.ubi10-minimal.ibmjava8
# $> rm ./java/Dockerfile.ubi10.minimal.bak
# Then build and tag as 'ibmjava:10-ubi'
# $> docker build -t ibmjava:9-ubi -f ./java/Dockerfile.ubi10.minimal java

FROM ibmjava:9-ubi AS getRuntime
FROM ibmjava:10-ubi AS getRuntime

USER root

Expand Down Expand Up @@ -52,7 +52,7 @@ RUN microdnf -y install shadow-utils unzip wget findutils openssl \
&& chmod -R g+rw /opt/ibm/wlp \
&& cp -a /opt/ibm/wlp/lafiles/. /licenses/

FROM ibmjava:9-ubi
FROM ibmjava:10-ubi

USER root

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM icr.io/appcafe/ibm-semeru-runtimes:open-8-jre-ubi9-minimal AS getRuntime
FROM icr.io/appcafe/ibm-semeru-runtimes:open-11-jre-ubi10-minimal AS getRuntime

USER root

Expand Down Expand Up @@ -40,7 +40,7 @@ RUN microdnf -y install shadow-utils unzip wget findutils openssl \
&& chmod -R g+rw /opt/ibm/wlp \
&& cp -a /opt/ibm/wlp/lafiles/. /licenses/

FROM icr.io/appcafe/ibm-semeru-runtimes:open-8-jre-ubi9-minimal
FROM icr.io/appcafe/ibm-semeru-runtimes:open-11-jre-ubi10-minimal

USER root

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM icr.io/appcafe/ibm-semeru-runtimes:open-25-jre-ubi9-minimal AS getRuntime
FROM icr.io/appcafe/ibm-semeru-runtimes:open-17-jre-ubi10-minimal AS getRuntime

USER root

Expand Down Expand Up @@ -40,7 +40,7 @@ RUN microdnf -y install shadow-utils unzip wget findutils openssl \
&& chmod -R g+rw /opt/ibm/wlp \
&& cp -a /opt/ibm/wlp/lafiles/. /licenses/

FROM icr.io/appcafe/ibm-semeru-runtimes:open-25-jre-ubi9-minimal
FROM icr.io/appcafe/ibm-semeru-runtimes:open-17-jre-ubi10-minimal

USER root

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM icr.io/appcafe/ibm-semeru-runtimes:open-21-jre-ubi9-minimal AS getRuntime
FROM icr.io/appcafe/ibm-semeru-runtimes:open-21-jre-ubi10-minimal AS getRuntime

USER root

Expand Down Expand Up @@ -40,7 +40,7 @@ RUN microdnf -y install shadow-utils unzip wget findutils openssl \
&& chmod -R g+rw /opt/ibm/wlp \
&& cp -a /opt/ibm/wlp/lafiles/. /licenses/

FROM icr.io/appcafe/ibm-semeru-runtimes:open-21-jre-ubi9-minimal
FROM icr.io/appcafe/ibm-semeru-runtimes:open-21-jre-ubi10-minimal

USER root

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM icr.io/appcafe/ibm-semeru-runtimes:open-17-jre-ubi9-minimal AS getRuntime
FROM icr.io/appcafe/ibm-semeru-runtimes:open-25-jre-ubi10-minimal AS getRuntime

USER root

Expand Down Expand Up @@ -40,7 +40,7 @@ RUN microdnf -y install shadow-utils unzip wget findutils openssl \
&& chmod -R g+rw /opt/ibm/wlp \
&& cp -a /opt/ibm/wlp/lafiles/. /licenses/

FROM icr.io/appcafe/ibm-semeru-runtimes:open-17-jre-ubi9-minimal
FROM icr.io/appcafe/ibm-semeru-runtimes:open-25-jre-ubi10-minimal

USER root

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM icr.io/appcafe/ibm-semeru-runtimes:open-11-jre-ubi9-minimal AS getRuntime
FROM icr.io/appcafe/ibm-semeru-runtimes:open-8-jre-ubi10-minimal AS getRuntime

USER root

Expand Down Expand Up @@ -40,7 +40,7 @@ RUN microdnf -y install shadow-utils unzip wget findutils openssl \
&& chmod -R g+rw /opt/ibm/wlp \
&& cp -a /opt/ibm/wlp/lafiles/. /licenses/

FROM icr.io/appcafe/ibm-semeru-runtimes:open-11-jre-ubi9-minimal
FROM icr.io/appcafe/ibm-semeru-runtimes:open-8-jre-ubi10-minimal

USER root

Expand Down