-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add docker buildx in the .travis.yml to release multi-arch sqshq Dock…
…er images. Signed off-by: odidev <[email protected]>
- Loading branch information
Showing
10 changed files
with
22 additions
and
39 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM java:8-jre | ||
FROM amazoncorretto:8u372-al2023-jre | ||
MAINTAINER Alexander Lukyanchikov <[email protected]> | ||
|
||
ADD ./target/account-service.jar /app/ | ||
|
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,4 +1,4 @@ | ||
FROM java:8-jre | ||
FROM amazoncorretto:8u372-al2023-jre | ||
MAINTAINER Alexander Lukyanchikov <[email protected]> | ||
|
||
ADD ./target/auth-service.jar /app/ | ||
|
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,4 +1,4 @@ | ||
FROM java:8-jre | ||
FROM amazoncorretto:8u372-al2023-jre | ||
MAINTAINER Alexander Lukyanchikov <[email protected]> | ||
|
||
ADD ./target/config.jar /app/ | ||
|
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,4 +1,4 @@ | ||
FROM java:8-jre | ||
FROM amazoncorretto:8u372-al2023-jre | ||
MAINTAINER Alexander Lukyanchikov <[email protected]> | ||
|
||
ADD ./target/gateway.jar /app/ | ||
|
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,4 +1,4 @@ | ||
FROM java:8-jre | ||
FROM amazoncorretto:8u372-al2023-jre | ||
MAINTAINER Alexander Lukyanchikov <[email protected]> | ||
|
||
ADD ./target/monitoring.jar /app/ | ||
|
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,4 +1,4 @@ | ||
FROM java:8-jre | ||
FROM amazoncorretto:8u372-al2023-jre | ||
MAINTAINER Alexander Lukyanchikov <[email protected]> | ||
|
||
ADD ./target/notification-service.jar /app/ | ||
|
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,4 +1,4 @@ | ||
FROM java:8-jre | ||
FROM amazoncorretto:8u372-al2023-jre | ||
MAINTAINER Alexander Lukyanchikov <[email protected]> | ||
|
||
ADD ./target/registry.jar /app/ | ||
|
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,4 +1,4 @@ | ||
FROM java:8-jre | ||
FROM amazoncorretto:8u372-al2023-jre | ||
MAINTAINER Alexander Lukyanchikov <[email protected]> | ||
|
||
ADD ./target/statistics-service.jar /app/ | ||
|
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,4 +1,4 @@ | ||
FROM java:8-jre | ||
FROM amazoncorretto:8u372-al2023-jre | ||
MAINTAINER Chi Dov <[email protected]> | ||
|
||
ADD ./target/turbine-stream-service.jar /app/ | ||
|