Fixed
Status Update
Comments
g....@saltosystems.com <g....@saltosystems.com> #2
We're using img[1] which uses buildkit under the hood and we're facing an issue that seems to fall into this one: "unexpected status: 403 Forbidden". This was working just fine on last Friday morning (GMT). Will appreciate any comments on this matter.
[1]https://github.com/genuinetools/img
[1]
ha...@gmail.com <ha...@gmail.com> #3
nb...@gmail.com <nb...@gmail.com> #4
Hello,
Experiencing this as well. Appreciate the work being done to correct this.
Thanks,
N
Experiencing this as well. Appreciate the work being done to correct this.
Thanks,
N
ap...@google.com <ap...@google.com> #5
🤖 This is an automatic update. The status of the related internal issue(s) listed in "Blocked By" has changed, so we've done the following:
* Updated the status to Accepted, because an engineer has begun work on the related issue.
You can read more about what these statuses mean athttps://developers.google.com/issue-tracker/concepts/issues#fields
* Updated the status to Accepted, because an engineer has begun work on the related issue.
You can read more about what these statuses mean at
di...@google.com <di...@google.com> #6
While checking the internal report, this issue seems to be fixed now. Therefore I am closing this issue report for now.
However,if the issue is still persisting, feel free to open a new issue report by mentioning the details of this old report.
However,if the issue is still persisting, feel free to open a new issue report by mentioning the details of this old report.
Description
Problem you have encountered:
When using BuildKit with Docker 18.09 using base images FROM
From the explanation from a Moby engineer [1], this seems to be an issue related to authentication handling on GCR that doesn't match what BuildKit is expecting.
What you expected to happen:
BuildKit to being asked for an authentication method instead of directly returning 403.
Steps to reproduce:
1. Create a Dockerfile
2. Use a FROM directive to pull an already existing image from a private repository in
3. Set the 'credshelper' to use GCR hostnames [2]
4. Run `DOCKER_BUILDKIT=1 docker build .`
5. After waiting long time and pressing CTRL-C and the error is printed
Command output:
failed to copy: httpReaderSeeker: failed open: unexpected status code
Note: "..." used for private information obfuscation.
Other information (workarounds you have tried, documentation consulted, etc):
[1]
[2]