-
Notifications
You must be signed in to change notification settings - Fork 2
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
ctz fails with type: nodejs #24
Comments
Hi @Akatuoro, Can you try updating your pack version to 0.36.4 by doing "brew install buildpacks/tap/pack" (if you are in Mac) and check. Please refer to the following link for more info: https://buildpacks.io/docs/for-platform-operators/how-to/integrate-ci/pack/ Thanks, |
Hi @shubho5, I was using
After a |
More logs via
I've also tried to manually install an older version of pack (3.5.1 and 3.6.0), still the exact same error appears |
Can you check in your Docker Desktop -> Settings if "Use containerd for pulling and storing images" is checked or not? Please disable it. Please try to do docker system prune and restart your machine once. |
Please update docker desktop and docker too. |
I disabled the containerd image store, now the error is
Interestingly now the command
works, but (without
throws the same error as ctz. |
Just checked what pack does if I don't specify Using the official registry works, either by specifying |
Okay. Did you try to delete all the built images and containers and build images freshly? We have seen this issue before and updating docker desktop, pack, disabling "Use containerd for pulling and storing images" solved the issue for us. This is a pack issue to be honest.
I see. You can specify this way to use the official registry image. But we have solved the |
Are you using intel/Mac machine? FYI you can refer to this issue for more information: |
Yes, I'm using a mac with an M4 chip, so apple silicon. I assume that is the problem.
Also found this, but the example was actually working. That's because it's using the official registry. It's not a pack problem, because it only happens when manually specifying So if there is no specific reason to explicitly have Lines 41 to 42 in a5e2956
|
I got your point. But, I didn't see official registry has buildpacks for the other images |
I found all the official images and raised the PR to use official buildpacks. |
Running
produces a ctz module
When running
ctz containerize.yaml
, building this module fails withRunning
pack
with--buildpack gcr.io/paketo-buildpacks/nodejs
manually also fails with the same error. Changing it to--buildpack paketo-buildpacks/nodejs
works.The text was updated successfully, but these errors were encountered: