From b04996c895c3edf35fe5db12d149dbbae8713a2b Mon Sep 17 00:00:00 2001 From: Diffblue CI <33348585+db-ci-platform@users.noreply.github.com> Date: Fri, 24 Jan 2025 10:54:53 +0000 Subject: [PATCH] Bump docker image to 2025.01.02-RC2 --- 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 22c211c3..5e4cda76 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:2025.01.01-jdk17 +FROM docker.io/diffblue/internal-cover-cli:release-2025.01.02-2025.01.02-rc2-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 91f093e0..3e06bdd3 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:2025.01.01-jdk11 +FROM docker.io/diffblue/internal-cover-cli:release-2025.01.02-2025.01.02-rc2-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 22c211c3..5e4cda76 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:2025.01.01-jdk17 +FROM docker.io/diffblue/internal-cover-cli:release-2025.01.02-2025.01.02-rc2-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 adc9d7f2..eb495d9e 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:2025.01.01-jdk21 +FROM docker.io/diffblue/internal-cover-cli:release-2025.01.02-2025.01.02-rc2-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 97666ec1..be1dc9d7 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:2025.01.01-jdk8 +FROM docker.io/diffblue/internal-cover-cli:release-2025.01.02-2025.01.02-rc2-jdk8 # Copies your code file from your action repository to the filesystem path `/` of the container COPY entrypoint.sh /entrypoint.sh