diff --git a/jdk-11/Dockerfile b/jdk-11/Dockerfile index e2e373a..f9866d7 100644 --- a/jdk-11/Dockerfile +++ b/jdk-11/Dockerfile @@ -16,7 +16,7 @@ RUN apt-get update -qqy \ # ChromeDriver ARG CHROME_DRIVER_VERSION=122.0.6261.69 -RUN wget -q -O /tmp/chromedriver.zip https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/$CHROME_DRIVER_VERSION/linux64/chromedriver-linux64.zip \ +RUN wget -q -O /tmp/chromedriver.zip https://storage.googleapis.com/chrome-for-testing-public/$CHROME_DRIVER_VERSION/linux64/chromedriver-linux64.zip \ && unzip /tmp/chromedriver.zip -d /opt \ && rm /tmp/chromedriver.zip \ && ln -s /opt/chromedriver-linux64/chromedriver /usr/bin/chromedriver diff --git a/jdk-17/Dockerfile b/jdk-17/Dockerfile index e856d4e..906ab5e 100644 --- a/jdk-17/Dockerfile +++ b/jdk-17/Dockerfile @@ -16,7 +16,7 @@ RUN apt-get update -qqy \ # ChromeDriver ARG CHROME_DRIVER_VERSION=122.0.6261.69 -RUN wget -q -O /tmp/chromedriver.zip https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/$CHROME_DRIVER_VERSION/linux64/chromedriver-linux64.zip \ +RUN wget -q -O /tmp/chromedriver.zip https://storage.googleapis.com/chrome-for-testing-public/$CHROME_DRIVER_VERSION/linux64/chromedriver-linux64.zip \ && unzip /tmp/chromedriver.zip -d /opt \ && rm /tmp/chromedriver.zip \ && ln -s /opt/chromedriver-linux64/chromedriver /usr/bin/chromedriver diff --git a/jdk-21/Dockerfile b/jdk-21/Dockerfile index b1e982c..f575a41 100644 --- a/jdk-21/Dockerfile +++ b/jdk-21/Dockerfile @@ -16,7 +16,7 @@ RUN apt-get update -qqy \ # ChromeDriver ARG CHROME_DRIVER_VERSION=122.0.6261.69 -RUN wget -q -O /tmp/chromedriver.zip https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/$CHROME_DRIVER_VERSION/linux64/chromedriver-linux64.zip \ +RUN wget -q -O /tmp/chromedriver.zip https://storage.googleapis.com/chrome-for-testing-public/$CHROME_DRIVER_VERSION/linux64/chromedriver-linux64.zip \ && unzip /tmp/chromedriver.zip -d /opt \ && rm /tmp/chromedriver.zip \ && ln -s /opt/chromedriver-linux64/chromedriver /usr/bin/chromedriver diff --git a/jdk-8/Dockerfile b/jdk-8/Dockerfile index a9ae5d9..7bdd257 100644 --- a/jdk-8/Dockerfile +++ b/jdk-8/Dockerfile @@ -16,7 +16,7 @@ RUN apt-get update -qqy \ # ChromeDriver ARG CHROME_DRIVER_VERSION=122.0.6261.69 -RUN wget -q -O /tmp/chromedriver.zip https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/$CHROME_DRIVER_VERSION/linux64/chromedriver-linux64.zip \ +RUN wget -q -O /tmp/chromedriver.zip https://storage.googleapis.com/chrome-for-testing-public/$CHROME_DRIVER_VERSION/linux64/chromedriver-linux64.zip \ && unzip /tmp/chromedriver.zip -d /opt \ && rm /tmp/chromedriver.zip \ && ln -s /opt/chromedriver-linux64/chromedriver /usr/bin/chromedriver