We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I can't build my Java Cloud Run app because one of the fatches that happens during the build returns 404 error.
Namely: Step #0 - "Buildpack": fetching https://dl.google.com/runtimes/ubuntu1804/canonicaljdk/version.json returned HTTP status: 404
The issue occurs for Java 21
The text was updated successfully, but these errors were encountered:
I do not believe we support Java 21 on builder:v1. You can use builder:google-22.
builder:v1
builder:google-22
Sorry, something went wrong.
No branches or pull requests
I can't build my Java Cloud Run app because one of the fatches that happens during the build returns 404 error.
Namely:
Step #0 - "Buildpack": fetching https://dl.google.com/runtimes/ubuntu1804/canonicaljdk/version.json returned HTTP status: 404
The issue occurs for Java 21
The text was updated successfully, but these errors were encountered: