From 748140109c4c08b512592c3ff38c5e26bb57d289 Mon Sep 17 00:00:00 2001 From: Atomist Bot Date: Fri, 10 Feb 2023 01:12:49 +0000 Subject: [PATCH 1/2] Pin Docker image adoptopenjdk:11-jdk adoptopenjdk:11-jdk -> adoptopenjdk:11-jdk@sha256:0f081fe6de07a0a97d74768f512e2a2f2493cb5f383d7d4fa9f46a6d689b6850 [atomist:generated] [atomist-skill:atomist/docker-base-image-policy] Signed-off-by: Atomist Bot --- benchmark-overhead/Dockerfile-petclinic-base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark-overhead/Dockerfile-petclinic-base b/benchmark-overhead/Dockerfile-petclinic-base index 937c7909a321..4f6a3ffc07e0 100644 --- a/benchmark-overhead/Dockerfile-petclinic-base +++ b/benchmark-overhead/Dockerfile-petclinic-base @@ -1,4 +1,4 @@ -FROM adoptopenjdk:11-jdk as app-build +FROM adoptopenjdk:11-jdk@sha256:0f081fe6de07a0a97d74768f512e2a2f2493cb5f383d7d4fa9f46a6d689b6850 as app-build # This is the base image that will contain a built version of the spring-petclinic-rest # application. Installing the dependencies and maven compiling the application is time From 2644b33f63defac19a35f41b8f2e31c62235f282 Mon Sep 17 00:00:00 2001 From: Atomist Bot Date: Fri, 10 Feb 2023 01:12:52 +0000 Subject: [PATCH 2/2] Pin Docker image ...oft/liberica-openjdk-alpine:11 bellsoft/liberica-openjdk-alpine:11 -> bellsoft/liberica-openjdk-alpine:11@sha256:45bfbd7b87ed430a84d1b5021520a83f68c4b16a60cd39bda76258fe5e1e2a15 [atomist:generated] [atomist-skill:atomist/docker-base-image-policy] Signed-off-by: Atomist Bot --- benchmark-overhead/Dockerfile-petclinic-base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark-overhead/Dockerfile-petclinic-base b/benchmark-overhead/Dockerfile-petclinic-base index 4f6a3ffc07e0..762231a1548c 100644 --- a/benchmark-overhead/Dockerfile-petclinic-base +++ b/benchmark-overhead/Dockerfile-petclinic-base @@ -11,7 +11,7 @@ WORKDIR /app/spring-petclinic-rest RUN ./mvnw package -Dmaven.test.skip=true RUN cp target/spring-petclinic-rest*.jar /app/spring-petclinic-rest.jar -FROM bellsoft/liberica-openjdk-alpine:11 +FROM bellsoft/liberica-openjdk-alpine:11@sha256:45bfbd7b87ed430a84d1b5021520a83f68c4b16a60cd39bda76258fe5e1e2a15 COPY --from=app-build /app/spring-petclinic-rest.jar /app/spring-petclinic-rest.jar WORKDIR /app EXPOSE 9966