Skip to content

Commit

Permalink
For testing TG-20847
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhong1 committed Apr 15, 2024
1 parent be74072 commit 5c772ac
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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.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
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.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
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.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
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.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
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.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
Expand Down

0 comments on commit 5c772ac

Please sign in to comment.