-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to pull latest image of kaniko-executor on ppc64le platform #1904
Comments
That image was not built for that architecture at v1.7.0: https://github.com/GoogleContainerTools/kaniko/blob/v1.7.0/.github/workflows/release.yaml#L60 It's also not configured to build that arch currently, so if you'd like to have it in the future we'll have to add it. |
I'm not sure why it was removed, if you propose adding it here I'll approve and merge: https://github.com/GoogleContainerTools/kaniko/blob/main/.github/workflows/images.yaml#L36 |
Jason, I made the following changes :
However while running
Not sure, why ? |
I believe this means you need to set The diff looks good though, can you send a PR? |
although , when i checked
inspect of an image:
sure Jason, I will send a PR . |
I manually added
error :
|
Jason, it seems I found the reason for the above error. https://pythonspeed.com/articles/podman-buildkit/ Sorry about that. Will try with docker first and then create a PR. Thanks Jason. |
Jason, with docker version :
and go version -> `go version go1.17.6 linux/ppc64le' image build proceeded, but it is still failing with new error :
Not sure what I am missing now ? |
That seems like a transient network error, are you seeing that reliably? I'm not able to reproduce. |
Yes, for the past 3-4 times, I am getting the same error. Is it fine, if I still submit the PR with the changes, or do I need to wait for it to build successfully? |
Yeah just send a PR and if it doesn't fail on CI we'll merge it. Thanks for working through all this! |
Here is the PR: #1908 Thanks Jason, for all your help. |
One of the check failed. [Build images / build-images (executor-debug) (pull_request) ] because of following error :
|
Sounds like there might be an issue with our assumptions about the busybox, being unsatisfied by the ppc64le image. If you don't need the |
Yes Jason, It sounds good. Will remove |
I have updated PR #1908 . |
Jason, Could you please review PR #1908 Thanks. |
While pulling the latest image of kaniko-executor on ppc64le, I am getting the following error :
`Error: choosing an image from manifest list docker://gcr.io/kaniko-project/executor:v1.7.0: no image found in the manifest list for architecture ppc64le, variant "", OS Linux
ie.
The text was updated successfully, but these errors were encountered: