Fix chromedriver installation in Dockerfile to use a specific version… #16
Annotations
1 error and 1 warning
docker
buildx failed with: ERROR: failed to solve: process "/bin/sh -c CHROMEDRIVER_VERSION=133.0.6943.126 && wget -O /tmp/chromedriver.zip https://storage.googleapis.com/chrome-for-testing-public/133.0.6943.126/linux64/chromedriver-linux64.zip && unzip /tmp/chromedriver.zip chromedriver -d /usr/local/bin/ && chmod +x /usr/local/bin/chromedriver && rm /tmp/chromedriver.zip" did not complete successfully: exit code: 11
|
docker
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|