-
Notifications
You must be signed in to change notification settings - Fork 40.8k
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
Image building fails when downloading spring-cloud-bindings #33699
Comments
It looks like this is causing the problem: https://spring.io/blog/2022/12/14/notice-of-permissions-changes-to-repo-spring-io-january-2023 |
Yes, that's the cause. The Paketo Spring Boot buildpack is attempting to download the Spring Cloud Bindings library. The problem will need to be resolved by those two projects. We'll work with those projects to come up with a solution. |
FYI - A possible work around is available at paketo-buildpacks/spring-boot#225 (comment) |
@jeisinge Thanks. My workaround is to use a Dockerfile. This will be much more reliable. |
There is a related Spring Cloud Bindings issue here: spring-cloud/spring-cloud-bindings#71 And a Paketo Spring Boot buildpack issue here: paketo-buildpacks/spring-boot#304 |
Similar download errors will happen for the following libraries when building images from a plain war file that requires Tomcat to run:
See the Paketo Apache Tomcat buildpack issue here: paketo-buildpacks/apache-tomcat#295 |
I'm using Spring Boot 2.7.7
Running
produces
The text was updated successfully, but these errors were encountered: