DEPRECATED amazonlinux-java-graal-community-lambda-runtime instead
6.8K
This image builds a runtime ZIP file containing a Java GraalVM binary for Amazon Linux. It is designed to work with a ShadowJar containing an http4k AWS Lambda function and, given a tasteful selection of technologies, should not require any customisation of the GraalVM configuration.
Basic usage for an example project. Arguments to the docker run command:
./gradlew shadowJar
docker run -v $(pwd):/source \
http4k/amazonlinux-java-graal-ce-lambda-runtime:latest <UBERJAR_PATH> <OUTPUT_ZIP_PATH?>
The Docker image itself includes 2 script files loaded from this repo:
native-image to create a native binary, and creates the function.zip package.Content type
Image
Digest
sha256:1acb6806a…
Size
820.9 MB
Last updated
almost 3 years ago
docker pull http4k/amazonlinux-java-graal-ce-lambda-runtimePulls:
49
Last week