Skip to content

Commit

Permalink
Use the latest Java 11 image by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ghillert committed Apr 13, 2022
1 parent de121ed commit 9df0281
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions carts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,7 @@
<version>${version.plugin.jib}</version>
<configuration>
<from>
<image>
gcr.io/distroless/java@sha256:9d4092ba5e1c9dc4d1490fdead1dd7ea5c64e635b729fee11a6af55f51b337f8
</image>
<image>gcr.io/distroless/java11</image>
</from>
<to>
<image>${container.repo}-${project.artifactId}</image>
Expand Down
2 changes: 1 addition & 1 deletion catalog/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/java@sha256:9d4092ba5e1c9dc4d1490fdead1dd7ea5c64e635b729fee11a6af55f51b337f8</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 @@ -204,7 +204,7 @@
<version>${version.plugin.jib}</version>
<configuration>
<from>
<image>gcr.io/distroless/java@sha256:9d4092ba5e1c9dc4d1490fdead1dd7ea5c64e635b729fee11a6af55f51b337f8</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 @@ -212,7 +212,7 @@
<version>${version.plugin.jib}</version>
<configuration>
<from>
<image>gcr.io/distroless/java@sha256:9d4092ba5e1c9dc4d1490fdead1dd7ea5c64e635b729fee11a6af55f51b337f8</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 @@ -211,7 +211,7 @@
<version>${version.plugin.jib}</version>
<configuration>
<from>
<image>gcr.io/distroless/java@sha256:9d4092ba5e1c9dc4d1490fdead1dd7ea5c64e635b729fee11a6af55f51b337f8</image>
<image>gcr.io/distroless/java11</image>
</from>
<to>
<image>${container.repo}-${project.artifactId}</image>
Expand Down
2 changes: 1 addition & 1 deletion users/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
<version>${version.plugin.jib}</version>
<configuration>
<from>
<image>gcr.io/distroless/java@sha256:9d4092ba5e1c9dc4d1490fdead1dd7ea5c64e635b729fee11a6af55f51b337f8</image>
<image>gcr.io/distroless/java11</image>
</from>
<to>
<image>${container.repo}-${project.artifactId}</image>
Expand Down

0 comments on commit 9df0281

Please sign in to comment.