We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6f76d5 commit d0904efCopy full SHA for d0904ef
benchmark-overhead/Dockerfile-petclinic-base
@@ -1,4 +1,4 @@
1
-FROM eclipse-temurin:11 as app-build
+FROM eclipse-temurin:11.0.25_9-jdk@sha256:a7bf06ad584002baae0c27b418a0348f77ae4daf3d6229162d0cc408b823d625 as app-build
2
3
# This is the base image that will contain a built version of the spring-petclinic-rest
4
# application. Installing the dependencies and maven compiling the application is time
smoke-tests/images/early-jdk8/Dockerfile
@@ -1,5 +1,5 @@
# https://github.com/zulu-openjdk/zulu-openjdk/blob/master/ubuntu/8u412-8.78/Dockerfile
-FROM ubuntu:noble
+FROM ubuntu:noble-20241118.1@sha256:80dd3c3b9c6cecb9f1667e9290b3bc61b78c2678c02cbdae5f0fea92cc6734ab
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
5
0 commit comments