Skip to content

Add Chrome and ChromeDriver installation to Dockerfile; enhance scree… #6

Add Chrome and ChromeDriver installation to Dockerfile; enhance scree…

Add Chrome and ChromeDriver installation to Dockerfile; enhance scree… #6

Triggered via push February 23, 2025 07:36
Status Failure
Total duration 1m 14s
Artifacts

build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
docker
buildx failed with: ERROR: failed to solve: process "/bin/sh -c CHROME_VERSION=$(google-chrome --version | awk '{print $3}' | awk -F'.' '{print $1}') && CHROMEDRIVER_VERSION=$(curl -s \"https://chromedriver.storage.googleapis.com/LATEST_RELEASE_$CHROME_VERSION\") && wget -q \"https://chromedriver.storage.googleapis.com/$CHROMEDRIVER_VERSION/chromedriver_linux64.zip\" && unzip chromedriver_linux64.zip && mv chromedriver /usr/local/bin/ && chmod +x /usr/local/bin/chromedriver && rm chromedriver_linux64.zip" did not complete successfully: exit code: 8
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