* (docs): add sample for Java Quarkus
- Updated build for quarkus v0.13.1
- Added extra toolset to the base image
- refactored to new folder under community samples
Resolves: #1033
Signed-off-by: Kamesh Sampath <ksampath@redhat.com>
* (fix): upgrade to Quarkus v0.13.0
- removed test classes
- removed native image build
* (refactor): remove buildah native image script
- remove buildah native image script and use the one from the base builder img
- remove expose port
* Updated configurationt to get port from env var
* removed PORT env var.
reformatted README code blocks
* (chore): Review comment updates
- (refactor) added native image builder dockerfile
- (refactor) added comments MVN_CMD_ARGS to allow building Quarkus in JVM mode
- (chore) updated the knative build to use the new community samples path
- (chore): add other common IDE files to dockerignore
Signed-off-by: Kamesh Sampath <ksampath@redhat.com>
* updated readme
* Simplified quarkus example
* remove unnecessary dockerfiles
* Respect PORT environmental variable
* remove extra ls in Dockerfile
* Edit to get the user up and running
got a window to test and run the local side of the sample:
- added maven
- clarified code options
otherwise, left the rest of the content as is