Skip to content

Commit

Permalink
Replace java:8-jre base image with amazoncorretto:8u372-al2023-jre, s…
Browse files Browse the repository at this point in the history
…ince java has been deprecated

Signed off-by: odidev <[email protected]>
  • Loading branch information
odidev committed Jul 14, 2023
1 parent 6bb2cf9 commit ffa4237
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion account-service/Dockerfile
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/
Expand Down
2 changes: 1 addition & 1 deletion auth-service/Dockerfile
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/
Expand Down
2 changes: 1 addition & 1 deletion config/Dockerfile
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/
Expand Down
2 changes: 1 addition & 1 deletion gateway/Dockerfile
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/
Expand Down
2 changes: 1 addition & 1 deletion monitoring/Dockerfile
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/
Expand Down
2 changes: 1 addition & 1 deletion notification-service/Dockerfile
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/
Expand Down
2 changes: 1 addition & 1 deletion registry/Dockerfile
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/
Expand Down
2 changes: 1 addition & 1 deletion statistics-service/Dockerfile
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/
Expand Down
2 changes: 1 addition & 1 deletion turbine-stream-service/Dockerfile
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/
Expand Down

0 comments on commit ffa4237

Please sign in to comment.