Skip to content
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

error building image: getting stage builder for stage 0: MANIFEST_UNKNOWN: "manifest unknown #1080

Closed
athishsreeram opened this issue Nov 23, 2019 · 8 comments
Milestone

Comments

@athishsreeram
Copy link

athishsreeram commented Nov 23, 2019

https://github.com/abouchama/CamelK-customerAPI.git

➜ ~ kamel version
Camel K Client 1.0.0-M4
➜ ~
➜ ~ minikube version
minikube version: v1.1.0

➜ route git:(master) ✗ kamel run Customer.java --dev
--name customers
--dependency camel-undertow
--dependency camel-rest
--property camel.rest.port=8080
integration "customers" updated

text_fields timer_off refresh exposure_zero file_download INFO[0000] Downloading base image 10.105.185.86/default/camel-k-kit-bnbm3p7kqcn52k5g91l0:57989 2019/11/23 07:05:28 No matching credentials were found, falling back on anonymous INFO[0000] Error while retrieving image from cache: MANIFEST_UNKNOWN: "manifest unknown" INFO[0000] Downloading base image 10.105.185.86/default/camel-k-kit-bnbm3p7kqcn52k5g91l0:57989 2019/11/23 07:05:28 No matching credentials were found, falling back on anonymous error building image: getting stage builder for stage 0: MANIFEST_UNKNOWN: "manifest unknown

@nicolaferraro
Copy link
Member

Seems similar to #998 . I'm trying to get in touch with Kaniko to sort this out.

@nicolaferraro nicolaferraro added this to the 1.0.0-M5 milestone Nov 23, 2019
@nicolaferraro
Copy link
Member

There have been some releases that fixed cache issues.. This may be related to one fixed in Kaniko 0.10.

@nicolaferraro
Copy link
Member

It remains stuck on Kaniko 0.14.0. I've opened GoogleContainerTools/kaniko#886

@keyone
Copy link

keyone commented Nov 26, 2019

It works if I restart the minikube again

@davsclaus
Copy link
Contributor

Yeah I had that today as well on minikube. I had set a LimitRange with memory settings that was low 25Mi to 100Mi. And then when I deployed a new Kamel integration where it needed to build a new kit, then the builder pod OOME and then it was kinda toasted ever since. Even if I removed the LimitRange for memory, then new builds also failed with that MANIFEST error.

Restarting minikube worked.

@nicolaferraro nicolaferraro modified the milestones: 1.0.0-M5, 1.0.0-CR1 Dec 3, 2019
@nicolaferraro
Copy link
Member

@astefanutti I'm doing incremental builds with your patch in #1121 and it is working. Is this fixed by disabling the Cache?

@astefanutti
Copy link
Member

@nicolaferraro possibly. There are other changes that may affect, yet I think it worth re-testing upgrading Kaniko after #1121 is merged.

@nicolaferraro
Copy link
Member

No longer seeing this error, with both Kaniko 0.9 and 0.14.
Closing this as fixed by #1121.

We can reopen it in case the error is still there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants