[OUTDATED]
Problem has been resolved without any intervention from our side probably with some inside GCP bugfix.
Hello Google Cloud Community,
I’ve encountered an issue deploying my application to Standard App Engine using runtime: java21 with ubuntu2204. This deployment setup has worked perfectly in the past.
(error log)
Step #2 - “build”: failed to build: (error ID: 3d9223eb):
Step #2 - “build”: invalid version specified: Invalid Semantic Version. You may need to use a different builder. Please check if the language version specified is supported by the os: ubuntu2204. You can refer to https://cloud.google.com/docs/buildpacks/builders for a list of compatible runtime languages per builder
(app.yaml configuration)
runtime: java21
instance_class: B2
manual_scaling:
instances: 4
env_variables:
SPRING_PROFILES_ACTIVE: “prod”
Observations
- No changes were made to my application code or configuration before this problem started.
- The exact same version was successfully deployed today at 2AM CEST
- This app.yaml configuration is in use for at least 3 months
- I cannot customise the versions in Standard App Engine as this service relies on existing runtimes
Has anyone else encountered similar issues with java21 runtime deployments? Is this a known compatibility issue with the google-22 builder? Any advice on resolving this or insights into potential workarounds would be greatly appreciated.
Thank you!
Best regards,
Aleksander Bartoszek