You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I am trying to build a docker container for a CICS test case we have. I am trying to create a container with Java 21. The Podman build command I am using uses the latest java21 container listed in the readme. My FROM: is pointing at full-java21-openj9-ubi-minimal
all the previous containers didn't have the -minimal suffix and our tests which build containers at Java 8, 11 & 17 did not fail
My docker file starts with
FROM icr.io/appcafe/websphere-liberty:full-java21-openj9-ubi-minimal
COPY server.xml /config
EXPOSE 9011
EXPOSE 9100
USER root
is there any reason the Java21 container is minimal and all previous ones are not
The decision was to move Java 21 to minimal when we introduced the Java 21 images, but to keep the previous Java versions using the base UBI image so we do not break existing users of the other existing images.
For the UBI minimal images microdnf should be used instead of yum.
Hi
I am trying to build a docker container for a CICS test case we have. I am trying to create a container with Java 21. The Podman build command I am using uses the latest java21 container listed in the readme. My FROM: is pointing at full-java21-openj9-ubi-minimal
all the previous containers didn't have the -minimal suffix and our tests which build containers at Java 8, 11 & 17 did not fail
My docker file starts with
and then fails on the RUN yum command with
is there any reason the Java21 container is minimal and all previous ones are not
Many thanks
Tony Fitzgerald
CICS Development
IBM Hursley
The text was updated successfully, but these errors were encountered: