You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using docker-credential-gcr indirectly via kaniko in Google Cloud Build. When I use a recent version of Kaniko, which uses a recent version of this, I get the following crash:
Really disappointing that there has been no update on this from the GCP team.
I have a high memory build and so have incurred some cost from trying to fix this. I always initially assume that the problem is my own change and not a defect in the cloud platform!
Also using GCP and Cloud build and I'm seeing this same problem. Using Kaniko latest.
The change I made to trigger this was to change the base of the Dockerfile from registry.access.redhat.com/ubi8/ubi-minimal:8.3 to registry.access.redhat.com/ubi8/ubi-minimal:8.4.
I'm using
docker-credential-gcr
indirectly via kaniko in Google Cloud Build. When I use a recent version of Kaniko, which uses a recent version of this, I get the following crash:I think the problem is in this code as described in GoogleContainerTools/kaniko#1604 (comment)
The text was updated successfully, but these errors were encountered: