rzo1 commented on code in PR #1210: URL: https://github.com/apache/incubator-stormcrawler/pull/1210#discussion_r1590065437
########## 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: `latest` is `[124.0](https://hub.docker.com/layers/seleniarm/standalone-chromium/124.0/images/sha256-cd64cfbd8aef032ba2695425e7b6077c7b18995cdd9504c4f70c070ea7fba76f?context=explore) atm ########## 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: `latest` is [124.0](https://hub.docker.com/layers/seleniarm/standalone-chromium/124.0/images/sha256-cd64cfbd8aef032ba2695425e7b6077c7b18995cdd9504c4f70c070ea7fba76f?context=explore) atm -- 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