rzo1 commented on code in PR #1210: URL: https://github.com/apache/incubator-stormcrawler/pull/1210#discussion_r1589882794
########## core/src/test/java/org/apache/stormcrawler/protocol/selenium/ProtocolTest.java: ########## @@ -51,7 +51,8 @@ public class ProtocolTest extends AbstractProtocolTest { private static final Logger LOG = LoggerFactory.getLogger(ProtocolTest.class); private static final DockerImageName SELENIUM_IMAGE = - DockerImageName.parse("selenium/standalone-chrome:120.0"); + DockerImageName.parse("seleniarm/standalone-chromium:latest") Review Comment: Wonder if we can use a fixed tag? Reasoning would be, that "latest" can vary between environments / runs making reproducability difficult. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@stormcrawler.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org