| Prerequisites | Quick Start | Build Native Image | Native Image Test | See Also | Contributing | License |
- Java 17 or above
- GraalVM 22.3 or above
git clone https://github.com/dashaun/dev.dashaun.service.gateway
cd dev.dashaun.service.gateway
./gradlew bootRun
./gradlew bootBuildImage
Uses Testcontainers to build a native
image with GraalVM, and run tests against it.
./gradlew integrationTest
This repository uses dashaun/java-native-builder-multiarch:7.4.1
which allows you to create native
images for both AMD64 and ARM64 architectures.
I'm trying to take the ARM64
support upstream to Paketo, so any feedback you have from using this buildpack, with this project or any other is greatly appreciated!
- Spring Cloud Gateway 4.0.0-rc2 native example with Testcontainers
- Cloud Native Buildpack for ARM64 and AMD64
- First attempt at a multi-architecture buildpack
- K3s Knative Ubuntu Raspberry Pi
- git tag v#.#.#
- git push origin v#.#.#
Pull-requests are welcomed!
Distributed under the Apache License, Version 2.0. See LICENSE
for more information.