You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,8 @@ You can find an example Lambda function using these base images at [aleph0io/exa
23
23
## Known Issues and Future Plans
24
24
25
25
* This image is in no way optimized for cold start time, size, etc. PRs welcome!
26
-
*Both Java 17 and 18 are supported. I will release a version for Java 19 when an official [Amazon Corretto](https://gallery.ecr.aws/amazoncorretto/amazoncorretto) image is released.
26
+
* Java 17, 18, and 19 are all supported.
27
27
* For now, only x86_64 is supported. I hope to publish multiarch builds including arm64 soon.
28
-
* I suspect I will also clean up the ECR public gallery presence, but this gets the images out for now.
29
28
* Of course, as soon as there *is* an offically-supported AWS Lambda base image for these Java versions, everyone should use that instead! But this project should hopefully fill the gap in the meantime, and will (hopefully) support non-LTS Java versions that will never receive an officially-supported AWS Lambda base image by that time.
0 commit comments