generated from it-at-m/oss-repository-en-template
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release/march 2024 hotfix 1.8.3 (#1436)
* message-lib fix incident creation wrong headers (#1435) * dockerfiles use ubi9, fix startup, rm default expose (#1426)
- Loading branch information
Showing
15 changed files
with
19 additions
and
70 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
FROM registry.access.redhat.com/ubi8/openjdk-17:latest | ||
|
||
EXPOSE 8080 | ||
FROM registry.access.redhat.com/ubi9/openjdk-17:latest | ||
|
||
COPY target/*.jar /deployments/spring-boot-application.jar | ||
|
||
CMD "java" ${JAVA_OPTIONS} "-jar" "/deployments/spring-boot-application.jar" |
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,7 +1,3 @@ | ||
FROM registry.access.redhat.com/ubi8/openjdk-17:latest | ||
|
||
EXPOSE 8080 | ||
FROM registry.access.redhat.com/ubi9/openjdk-17:latest | ||
|
||
COPY target/*.jar /deployments/spring-boot-application.jar | ||
|
||
CMD "java" ${JAVA_OPTIONS} "-jar" "/deployments/spring-boot-application.jar" |
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,7 +1,3 @@ | ||
FROM registry.access.redhat.com/ubi8/openjdk-17:latest | ||
|
||
EXPOSE 8080 | ||
FROM registry.access.redhat.com/ubi9/openjdk-17:latest | ||
|
||
COPY target/*.jar /deployments/spring-boot-application.jar | ||
|
||
CMD "java" ${JAVA_OPTIONS} "-jar" "/deployments/spring-boot-application.jar" |
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,7 +1,3 @@ | ||
FROM registry.access.redhat.com/ubi8/openjdk-17:latest | ||
|
||
EXPOSE 8080 | ||
FROM registry.access.redhat.com/ubi9/openjdk-17:latest | ||
|
||
COPY target/*.jar /deployments/spring-boot-application.jar | ||
|
||
CMD "java" ${JAVA_OPTIONS} "-jar" "/deployments/spring-boot-application.jar" |
6 changes: 1 addition & 5 deletions
6
digiwf-integrations/digiwf-address-integration/digiwf-address-integration-service/Dockerfile
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,7 +1,3 @@ | ||
FROM registry.access.redhat.com/ubi8/openjdk-17:latest | ||
|
||
EXPOSE 8080 | ||
FROM registry.access.redhat.com/ubi9/openjdk-17:latest | ||
|
||
COPY target/*.jar /deployments/spring-boot-application.jar | ||
|
||
CMD "java" ${JAVA_OPTIONS} "-jar" "/deployments/spring-boot-application.jar" |
6 changes: 1 addition & 5 deletions
6
digiwf-integrations/digiwf-alw-integration/digiwf-alw-integration-service/Dockerfile
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,7 +1,3 @@ | ||
FROM registry.access.redhat.com/ubi8/openjdk-17:latest | ||
|
||
EXPOSE 8080 | ||
FROM registry.access.redhat.com/ubi9/openjdk-17:latest | ||
|
||
COPY target/*.jar /deployments/spring-boot-application.jar | ||
|
||
CMD "java" ${JAVA_OPTIONS} "-jar" "/deployments/spring-boot-application.jar" |
6 changes: 1 addition & 5 deletions
6
digiwf-integrations/digiwf-cosys-integration/digiwf-cosys-integration-service/Dockerfile
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,7 +1,3 @@ | ||
FROM registry.access.redhat.com/ubi8/openjdk-17:latest | ||
|
||
EXPOSE 8080 | ||
FROM registry.access.redhat.com/ubi9/openjdk-17:latest | ||
|
||
COPY target/*.jar /deployments/spring-boot-application.jar | ||
|
||
CMD "java" ${JAVA_OPTIONS} "-jar" "/deployments/spring-boot-application.jar" |
6 changes: 1 addition & 5 deletions
6
digiwf-integrations/digiwf-dms-integration/digiwf-dms-integration-service/Dockerfile
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,7 +1,3 @@ | ||
FROM registry.access.redhat.com/ubi8/openjdk-17:latest | ||
|
||
EXPOSE 8080 | ||
FROM registry.access.redhat.com/ubi9/openjdk-17:latest | ||
|
||
COPY target/*.jar /deployments/spring-boot-application.jar | ||
|
||
CMD "java" ${JAVA_OPTIONS} "-jar" "/deployments/spring-boot-application.jar" |
6 changes: 1 addition & 5 deletions
6
digiwf-integrations/digiwf-email-integration/digiwf-email-integration-service/Dockerfile
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,7 +1,3 @@ | ||
FROM registry.access.redhat.com/ubi8/openjdk-17:latest | ||
|
||
EXPOSE 8080 | ||
FROM registry.access.redhat.com/ubi9/openjdk-17:latest | ||
|
||
COPY target/*.jar /deployments/spring-boot-application.jar | ||
|
||
CMD "java" ${JAVA_OPTIONS} "-jar" "/deployments/spring-boot-application.jar" |
6 changes: 1 addition & 5 deletions
6
digiwf-integrations/digiwf-okewo-integration/digiwf-okewo-integration-service/Dockerfile
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,7 +1,3 @@ | ||
FROM registry.access.redhat.com/ubi8/openjdk-17:latest | ||
|
||
EXPOSE 8080 | ||
FROM registry.access.redhat.com/ubi9/openjdk-17:latest | ||
|
||
COPY target/*.jar /deployments/spring-boot-application.jar | ||
|
||
CMD "java" ${JAVA_OPTIONS} "-jar" "/deployments/spring-boot-application.jar" |
6 changes: 1 addition & 5 deletions
6
digiwf-integrations/digiwf-s3-integration/digiwf-s3-integration-service/Dockerfile
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,7 +1,3 @@ | ||
FROM registry.access.redhat.com/ubi8/openjdk-17:latest | ||
|
||
EXPOSE 8080 | ||
FROM registry.access.redhat.com/ubi9/openjdk-17:latest | ||
|
||
COPY target/*.jar /deployments/spring-boot-application.jar | ||
|
||
CMD "java" ${JAVA_OPTIONS} "-jar" "/deployments/spring-boot-application.jar" |
6 changes: 1 addition & 5 deletions
6
digiwf-integrations/digiwf-ticket-integration/digiwf-ticket-integration-service/Dockerfile
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,7 +1,3 @@ | ||
FROM registry.access.redhat.com/ubi8/openjdk-17:latest | ||
|
||
EXPOSE 8080 | ||
FROM registry.access.redhat.com/ubi9/openjdk-17:latest | ||
|
||
COPY target/*.jar /deployments/spring-boot-application.jar | ||
|
||
CMD "java" ${JAVA_OPTIONS} "-jar" "/deployments/spring-boot-application.jar" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
FROM registry.access.redhat.com/ubi8/openjdk-17:latest | ||
|
||
EXPOSE 8080 | ||
FROM registry.access.redhat.com/ubi9/openjdk-17:latest | ||
|
||
COPY target/*.jar /deployments/spring-boot-application.jar | ||
|
||
CMD "java" ${JAVA_OPTIONS} "-jar" "/deployments/spring-boot-application.jar" |