We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f10de98 commit 1dc185fCopy full SHA for 1dc185f
1 file changed
Dockerfile
@@ -3,6 +3,6 @@
3
# please see https://access.redhat.com/documentation/en-us/red_hat_jboss_middleware_for_openshift/3/html/red_hat_java_s2i_for_openshift/
4
# All other variations must be approved by KM8
5
6
-FROM registry.access.redhat.com/ubi9/openjdk-17-runtime:latest
+FROM registry.access.redhat.com/ubi9/openjdk-17-runtime:latest@sha256:5c1fc3103cb68714279761ee019d010beef25e823e1b9a8825e2219a17466d6a
7
8
COPY target/*.jar /deployments/application.jar
0 commit comments