Hi @Bruce Wilcox . According to gcloud app deploy Java17 and 21 versions are supported.
google-app-engine-deploy pipe based on google/cloud-sdk:473.0.0, where:
There is only one alternative in link group java (providing /usr/bin/java): /usr/lib/jvm/java-11-openjdk-amd64/bin/java
Regards, Igor
My question has to do with what docker image will work.
```
image: maven:3.8.3-openjdk-11
pipelines:
branches:
master:
- step:
caches:
- maven
image: maven:3.8.3-openjdk-11
name: Build, stage, and deploy App Engine content
deployment: production
script:
- python3 --version
- mvn --define skipTests=true --activate-profiles useItips --settings settings.xml install appengine:stage
- ls -la target/appengine-staging/app.yaml
- cat target/appengine-staging/app.yaml
- pipe: atlassian/google-app-engine-deploy:1.6.0
variables:
KEY_FILE: ${XXXX_SERVICE_ACCOUNT_KEY}
PROJECT: 'XXXX'
DEPLOYABLES: 'target/appengine-staging/app.yaml'
VERSION: 'XXXX-${BITBUCKET_BUILD_NUMBER}'
PROMOTE: 'true'
STOP_PREVIOUS_VERSION: 'true'
EXTRA_ARGS: '--verbosity=debug'
```
I want to replace `maven:3.8.3-openjdk-11` with `maven:3.8.3-openjdk-17` or some such but cannot find an image that contains Java 17, Python 3, and Maven.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.