Skip to content

Commit

Permalink
Polish Docker image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ghillert committed Apr 12, 2022
1 parent f90f599 commit 51038e6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 12 deletions.
4 changes: 1 addition & 3 deletions carts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,7 @@
<version>${version.plugin.jib}</version>
<configuration>
<from>
<image>
gcr.io/distroless/java11-debian11
</image>
<image>gcr.io/distroless/java11</image>
</from>
<to>
<image>${container.repo}-${project.artifactId}</image>
Expand Down
4 changes: 1 addition & 3 deletions catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,7 @@
<version>${version.plugin.jib}</version>
<configuration>
<from>
<image>
gcr.io/distroless/java11-debian11
</image>
<image>gcr.io/distroless/java11</image>
</from>
<to>
<image>${container.repo}-${project.artifactId}</image>
Expand Down
2 changes: 1 addition & 1 deletion orders/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
<version>${version.plugin.jib}</version>
<configuration>
<from>
<image>gcr.io/distroless/java11-debian11</image>
<image>gcr.io/distroless/java11</image>
</from>
<to>
<image>${container.repo}-${project.artifactId}</image>
Expand Down
2 changes: 1 addition & 1 deletion payment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
<version>${version.plugin.jib}</version>
<configuration>
<from>
<image>gcr.io/distroless/java11-debian11</image>
<image>gcr.io/distroless/java11</image>
</from>
<to>
<image>${container.repo}-${project.artifactId}</image>
Expand Down
2 changes: 1 addition & 1 deletion shipping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
<version>${version.plugin.jib}</version>
<configuration>
<from>
<image>gcr.io/distroless/java11-debian11</image>
<image>gcr.io/distroless/java11</image>
</from>
<to>
<image>${container.repo}-${project.artifactId}</image>
Expand Down
4 changes: 1 addition & 3 deletions users/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,7 @@
<version>${version.plugin.jib}</version>
<configuration>
<from>
<image>
gcr.io/distroless/java11-debian11
</image>
<image>gcr.io/distroless/java11</image>
</from>
<to>
<image>${container.repo}-${project.artifactId}</image>
Expand Down

0 comments on commit 51038e6

Please sign in to comment.