-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Closed
Labels
I-defectSomething is not working as intendedSomething is not working as intendedJ-awaiting answerQuestion asked of user; a reply moves it to triage againQuestion asked of user; a reply moves it to triage again
Description
What happened?
When this docker file was created, it referenced the latest version of ubuntu:focal. Since the latest version of this image has moved forward, the dockerfile no longer builds because the hash doesn't match.
Suggestion:
Change line 3 to the following if you want to maintain the current from image and hash for security.
FROM ubuntu:focal-20210723@sha256:1e48201ccc2ab83afc435394b3bf70af0fa0055215c1e26a5da9b50a1ae367c9
Or change it to the following to just build with the latest image
FROM ubuntu:focal
How can we reproduce the issue?
git clone https://github.com/SeleniumHQ/selenium.git
cd .\selenium\scripts\dev-image\
docker build .
Relevant log output
[+] Building 4.3s (3/3) FINISHED
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 32B 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> ERROR [internal] load metadata for docker.io/ubuntu/focal@sha256:1e48201ccc2ab83afc435394b3bf70af0fa0055215c1e 4.1s
------
> [internal] load metadata for docker.io/ubuntu/focal@sha256:1e48201ccc2ab83afc435394b3bf70af0fa0055215c1e26a5da9b50a1ae367c9:
------
failed to solve with frontend dockerfile.v0: failed to create LLB definition: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed
Operating System
Windows 11 22H2
Selenium version
N/A
What are the browser(s) and version(s) where you see this issue?
N/A
What are the browser driver(s) and version(s) where you see this issue?
N/A
Are you using Selenium Grid?
No
Metadata
Metadata
Assignees
Labels
I-defectSomething is not working as intendedSomething is not working as intendedJ-awaiting answerQuestion asked of user; a reply moves it to triage againQuestion asked of user; a reply moves it to triage again