We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36af042 commit d24cf67Copy full SHA for d24cf67
smoke-tests/src/test/groovy/io/opentelemetry/smoketest/AppServerTest.groovy
@@ -54,7 +54,7 @@ abstract class AppServerTest extends SmokeTest {
54
@Override
55
protected String getTargetImage(String jdk, String serverVersion, boolean windows) {
56
String platformSuffix = windows ? "-windows" : ""
57
- String extraTag = "20230301.4309128636"
+ String extraTag = windows ? "20230302.4309128636" : "20230301.4309128636"
58
String fullSuffix = "${serverVersion}-jdk$jdk$platformSuffix-$extraTag"
59
return getTargetImagePrefix() + ":" + fullSuffix
60
}
0 commit comments