From 5c772acf52cdaf8c8b1711115a04dbbf15bde3a7 Mon Sep 17 00:00:00 2001 From: yuzhong1 Date: Mon, 15 Apr 2024 11:51:38 +0100 Subject: [PATCH] For testing TG-20847 --- Dockerfile | 2 +- jdk11/Dockerfile | 2 +- jdk17/Dockerfile | 2 +- jdk21/Dockerfile | 2 +- jdk8/Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index b1e3ec84..b8f5fae5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Default to using the latest version of Diffblue Cover on JDK17 # Additional images are available for specific Diffblue Cover # versions and JDK versions. -FROM diffblue/cover-cli:2024.04.01-jdk17 +FROM docker.io/diffblue/internal-cover-cli:yuzhong1-tg-20847-2024.04.02-snapshot-jdk17 # Copies your code file from your action repository to the filesystem path `/` of the container COPY entrypoint.sh /entrypoint.sh diff --git a/jdk11/Dockerfile b/jdk11/Dockerfile index 41397f6b..99f26756 100644 --- a/jdk11/Dockerfile +++ b/jdk11/Dockerfile @@ -1,7 +1,7 @@ # Default to using the latest version of Diffblue Cover on JDK11 # Additional images are available for specific Diffblue Cover # versions and JDK versions. -FROM diffblue/cover-cli:2024.04.01-jdk11 +FROM docker.io/diffblue/internal-cover-cli:yuzhong1-tg-20847-2024.04.02-snapshot-jdk11 # Copies your code file from your action repository to the filesystem path `/` of the container COPY entrypoint.sh /entrypoint.sh diff --git a/jdk17/Dockerfile b/jdk17/Dockerfile index b1e3ec84..b8f5fae5 100644 --- a/jdk17/Dockerfile +++ b/jdk17/Dockerfile @@ -1,7 +1,7 @@ # Default to using the latest version of Diffblue Cover on JDK17 # Additional images are available for specific Diffblue Cover # versions and JDK versions. -FROM diffblue/cover-cli:2024.04.01-jdk17 +FROM docker.io/diffblue/internal-cover-cli:yuzhong1-tg-20847-2024.04.02-snapshot-jdk17 # Copies your code file from your action repository to the filesystem path `/` of the container COPY entrypoint.sh /entrypoint.sh diff --git a/jdk21/Dockerfile b/jdk21/Dockerfile index d6510c6d..625450c8 100644 --- a/jdk21/Dockerfile +++ b/jdk21/Dockerfile @@ -1,7 +1,7 @@ # Default to using the latest version of Diffblue Cover on JDK21 # Additional images are available for specific Diffblue Cover # versions and JDK versions. -FROM diffblue/cover-cli:2024.04.01-jdk21 +FROM docker.io/diffblue/internal-cover-cli:yuzhong1-tg-20847-2024.04.02-snapshot-jdk21 # Copies your code file from your action repository to the filesystem path `/` of the container COPY entrypoint.sh /entrypoint.sh diff --git a/jdk8/Dockerfile b/jdk8/Dockerfile index 603148ef..d1f9c018 100644 --- a/jdk8/Dockerfile +++ b/jdk8/Dockerfile @@ -1,7 +1,7 @@ # Default to using the latest version of Diffblue Cover on JDK8 # Additional images are available for specific Diffblue Cover # versions and JDK versions. -FROM diffblue/cover-cli:2024.04.01-jdk8 +FROM docker.io/diffblue/internal-cover-cli:yuzhong1-tg-20847-2024.04.02-snapshot-jdk8 # Copies your code file from your action repository to the filesystem path `/` of the container COPY entrypoint.sh /entrypoint.sh