-
Notifications
You must be signed in to change notification settings - Fork 14
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
Buildpack error "unable to state file /usr/bin/python3.10" #361
Comments
That part of the code is walking your application files. I suspect that it's probably hitting a symlink that doesn't resolve because the target isn't in the image. I don't know why else it would be looking for that file, nothing in the buildpack directly uses or expects Python to be present. What is your You can tell pack to ignore files via the project.toml file. You can usually speed up builds by ignoring unnecessary files as well because it's less for pack to copy into the container. |
Thanks for the quick response. The pack command looks like this:
The m2 volume mount is a separate m2 folder from my The ${BINDINGS_DIR} is used to mount TLS certificates. |
I wouldn't expect that to cause the issues you're seeing. I would suggest checking what's in Everything in Another thing you could try would be to point |
When I run the maven buildpack, I get this cryptic error. Google turns up nothing. I'm not really sure where to start with this. I think the error is coming from within the container? If not it's extra strange because I have
/usr/bin/python3.10
.I'm using
pack --version
0.35.1
Full logs is below:
The text was updated successfully, but these errors were encountered: