-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(core): Docker image build on release (#14)
- Docker image build on release
- Loading branch information
1 parent
26a9a77
commit 5d45a7c
Showing
10 changed files
with
38 additions
and
247 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
95 changes: 0 additions & 95 deletions
95
jbang-catalog-document-generator-cli/src/main/docker/Dockerfile.jvm
This file was deleted.
Oops, something went wrong.
91 changes: 0 additions & 91 deletions
91
jbang-catalog-document-generator-cli/src/main/docker/Dockerfile.legacy-jar
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
jbang-catalog-document-generator-cli/src/main/docker/Dockerfile.native
This file was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
jbang-catalog-document-generator-cli/src/main/docker/Dockerfile.native-micro
This file was deleted.
Oops, something went wrong.
6 changes: 5 additions & 1 deletion
6
jbang-catalog-document-generator-cli/src/main/resources/application.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
quarkus.package.add-runner-suffix=false | ||
quarkus.package.add-runner-suffix=false | ||
quarkus.jib.base-jvm-image=eclipse-temurin:17-alpine | ||
quarkus.container-image.group=rodnansol | ||
quarkus.container-image.name=jbang-catalog-document-generator | ||
quarkus.container-image.registry=ghcr.io |