https://github.com/onecx/ping-quarkus
https://github.com/onecx/ping-quarkus
devops
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/onecx/ping-quarkus
- Owner: onecx
- Created: 2022-08-02T07:52:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-02-06T17:48:12.000Z (4 months ago)
- Last Synced: 2026-02-07T01:51:54.287Z (4 months ago)
- Topics: devops
- Language: Java
- Homepage:
- Size: 350 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ping-quarkus
Ping quarkus is OneCx quarkus example application.
# Update:
* TODO:
** test native multi-arch
** test native mutlit-arch branch and pr pipeline
## Docker build
To build docker image use this command line:
```bash
mvn clean package -DskipTests
```