Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing 2024.10.22-TG-22184-ExtraLogging-RC1 #211

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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.10.02-jdk17
FROM docker.io/diffblue/internal-cover-cli:custom-2024.10.22-tg-22184-extralogging-2024.10.22-tg-22184-extralogging-rc1-jdk17

# Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.sh /entrypoint.sh
Expand Down
2 changes: 1 addition & 1 deletion jdk11/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.10.02-jdk11
FROM docker.io/diffblue/internal-cover-cli:custom-2024.10.22-tg-22184-extralogging-2024.10.22-tg-22184-extralogging-rc1-jdk11

# Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.sh /entrypoint.sh
Expand Down
2 changes: 1 addition & 1 deletion jdk17/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.10.02-jdk17
FROM docker.io/diffblue/internal-cover-cli:custom-2024.10.22-tg-22184-extralogging-2024.10.22-tg-22184-extralogging-rc1-jdk17

# Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.sh /entrypoint.sh
Expand Down
2 changes: 1 addition & 1 deletion jdk21/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.10.02-jdk21
FROM docker.io/diffblue/internal-cover-cli:custom-2024.10.22-tg-22184-extralogging-2024.10.22-tg-22184-extralogging-rc1-jdk21

# Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.sh /entrypoint.sh
Expand Down
2 changes: 1 addition & 1 deletion jdk8/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.10.02-jdk8
FROM docker.io/diffblue/internal-cover-cli:custom-2024.10.22-tg-22184-extralogging-2024.10.22-tg-22184-extralogging-rc1-jdk8

# Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.sh /entrypoint.sh
Expand Down
Loading