markhobson / docker-maven-chrome

Docker image for Java automated UI tests.
https://hub.docker.com/r/markhobson/maven-chrome/
Apache License 2.0
98 stars 82 forks source link

Version '108.0.5359.98-1' for 'google-chrome-stable' was not found #42

Closed Mazurkan closed 1 year ago

Mazurkan commented 1 year ago

I am trying to run the Dockerfile in JDK17 but I get the following error:

#5 17.73 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
#5 17.97 OK
#5 19.53 W: http://dl.google.com/linux/chrome/deb/dists/stable/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
#5 20.52 E: Version '108.0.5359.98-1' for 'google-chrome-stable' was not found
------
executor failed running [/bin/sh -c apt-get update -qqy         && apt-get -qqy install gpg unzip       && wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -   && echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list  && apt-get update -qqy  && apt-get -qqy install google-chrome-stable=$CHROME_VERSION    && rm /etc/apt/sources.list.d/google-chrome.list        && rm -rf /var/lib/apt/lists/* /var/cache/apt/*         && sed -i 's/"$HERE\/chrome"/"$HERE\/chrome" --no-sandbox/g' /opt/google/chrome/google-chrome]: exit code: 100

When I try to go to http://dl.google.com/linux/chrome/deb/ I only get an 404 Error. Do you have update coming?

ben-nc2 commented 1 year ago

I've come across this error as well except this time it was for the JDK-11 version

markhobson commented 1 year ago

Thanks, upgraded Chrome to 109 to fix this.