We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b27f968 commit dfa4ec1Copy full SHA for dfa4ec1
1 file changed
ga/latest/kernel/Dockerfile.ubi.openjdk21
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-FROM icr.io/appcafe/ibm-semeru-runtimes:open-21-ea-jre-ubi9-minimal AS getRuntime
+FROM icr.io/appcafe/ibm-semeru-runtimes:open-21-jre-ubi9-minimal AS getRuntime
16
17
USER root
18
@@ -37,7 +37,7 @@ RUN microdnf -y install shadow-utils unzip wget findutils openssl \
37
&& chmod -R g+rw /opt/ibm/wlp \
38
&& cp -a /opt/ibm/wlp/lafiles/. /licenses/
39
40
-FROM icr.io/appcafe/ibm-semeru-runtimes:open-21-ea-jre-ubi9-minimal
+FROM icr.io/appcafe/ibm-semeru-runtimes:open-21-jre-ubi9-minimal
41
42
43
0 commit comments