Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Fix typo for openjdk image name #184

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ When using App Engine Flexible, you can use the runtime without worrying about D
runtime: java
env: flex
```
The runtime image `gcr.io/google-appenine/openjdk:8` will be automatically selected if you are attempting to deploy a JAR (`*.jar` file).
The runtime image `gcr.io/google-appengine/openjdk:8` will be automatically selected if you are attempting to deploy a JAR (`*.jar` file).

To select a jdk version, use the `runtime_config.jdk` field in app.yaml. Supported JDK versions include `openjdk8` and `openjdk9`.
```yaml
Expand Down