Skip to content

Commit 2a2a723

Browse files
committed
Pin docker image hashes
1 parent 9f2ea50 commit 2a2a723

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmark-overhead/Dockerfile-petclinic-base

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipse-temurin:11 as app-build
1+
FROM eclipse-temurin:11.0.25_9-jdk@sha256:a7bf06ad584002baae0c27b418a0348f77ae4daf3d6229162d0cc408b823d625 as app-build
22

33
# This is the base image that will contain a built version of the spring-petclinic-rest
44
# application. Installing the dependencies and maven compiling the application is time

smoke-tests/images/early-jdk8/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://github.com/zulu-openjdk/zulu-openjdk/blob/master/ubuntu/8u412-8.78/Dockerfile
2-
FROM ubuntu:noble
2+
FROM ubuntu:noble-20241118.1@sha256:80dd3c3b9c6cecb9f1667e9290b3bc61b78c2678c02cbdae5f0fea92cc6734ab
33

44
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
55

0 commit comments

Comments
 (0)