Skip to content

Commit

Permalink
perf($JDK): migrate AdoptOpenJDK to the Eclipse Adoptium Temurin™
Browse files Browse the repository at this point in the history
eclipse-temurin:11.0.14.1_1-jre
  • Loading branch information
johnnymillergh committed Apr 5, 2022
1 parent c758f9a commit fb14be5
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 12 deletions.
7 changes: 5 additions & 2 deletions api-gateway/api-gateway-bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,11 @@
</executions>
<configuration>
<from>
<!-- Don't use alpine or slim version, https://hub.docker.com/r/adoptopenjdk/openjdk11/tags?page=1&ordering=last_updated&name=jre-11 -->
<image>adoptopenjdk/openjdk11:${adoptopenjdk11.tag}</image>
<!--
Don't use alpine or slim version,
https://hub.docker.com/_/eclipse-temurin?tab=tags&page=1&name=11.0.14.1_1-jre
-->
<image>eclipse-temurin:${temurin.tag}</image>
</from>
<to>
<image>docker.io/ijohnnymiller/${project.baseArtifactId}.${project.parent.artifactId}</image>
Expand Down
7 changes: 5 additions & 2 deletions auth-center/auth-center-bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,11 @@
</executions>
<configuration>
<from>
<!-- Don't use alpine or slim version, https://hub.docker.com/r/adoptopenjdk/openjdk11/tags?page=1&ordering=last_updated&name=jre-11 -->
<image>adoptopenjdk/openjdk11:${adoptopenjdk11.tag}</image>
<!--
Don't use alpine or slim version,
https://hub.docker.com/_/eclipse-temurin?tab=tags&page=1&name=11.0.14.1_1-jre
-->
<image>eclipse-temurin:${temurin.tag}</image>
</from>
<to>
<image>docker.io/ijohnnymiller/${project.baseArtifactId}.${project.parent.artifactId}</image>
Expand Down
7 changes: 5 additions & 2 deletions maf-mis/maf-mis-bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,11 @@
</executions>
<configuration>
<from>
<!-- Don't use alpine or slim version, https://hub.docker.com/r/adoptopenjdk/openjdk11/tags?page=1&ordering=last_updated&name=jre-11 -->
<image>adoptopenjdk/openjdk11:${adoptopenjdk11.tag}</image>
<!--
Don't use alpine or slim version,
https://hub.docker.com/_/eclipse-temurin?tab=tags&page=1&name=11.0.14.1_1-jre
-->
<image>eclipse-temurin:${temurin.tag}</image>
</from>
<to>
<image>docker.io/ijohnnymiller/${project.baseArtifactId}.${project.parent.artifactId}</image>
Expand Down
7 changes: 5 additions & 2 deletions oss-center/oss-center-bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,11 @@
</executions>
<configuration>
<from>
<!-- Don't use alpine or slim version, https://hub.docker.com/r/adoptopenjdk/openjdk11/tags?page=1&ordering=last_updated&name=jre-11 -->
<image>adoptopenjdk/openjdk11:${adoptopenjdk11.tag}</image>
<!--
Don't use alpine or slim version,
https://hub.docker.com/_/eclipse-temurin?tab=tags&page=1&name=11.0.14.1_1-jre
-->
<image>eclipse-temurin:${temurin.tag}</image>
</from>
<to>
<image>docker.io/ijohnnymiller/${project.baseArtifactId}.${project.parent.artifactId}</image>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
<!--
Don't use alpine or slim version, to prevent following exception
java.lang.UnsatisfiedLinkError: /opt/java/openjdk/lib/libfontmanager.so: libfreetype.so.6: cannot open shared object file: No such file or directory
https://hub.docker.com/r/adoptopenjdk/openjdk11/tags?page=1&ordering=last_updated&name=jre-11
https://hub.docker.com/_/eclipse-temurin?tab=tags&page=1&name=11.0.14.1_1-jre
-->
<adoptopenjdk11.tag>jre-11.0.11_9</adoptopenjdk11.tag>
<temurin.tag>11.0.14.1_1-jre</temurin.tag>
<jib-maven-plugin.version>3.2.0</jib-maven-plugin.version>
<jib-spring-boot-extension-maven.version>0.1.0</jib-spring-boot-extension-maven.version>
<maven-pmd-plugin.version>3.15.0</maven-pmd-plugin.version>
Expand Down
7 changes: 5 additions & 2 deletions spring-boot-admin/spring-boot-admin-bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,11 @@
</executions>
<configuration>
<from>
<!-- Don't use alpine or slim version, https://hub.docker.com/r/adoptopenjdk/openjdk11/tags?page=1&ordering=last_updated&name=jre-11 -->
<image>adoptopenjdk/openjdk11:${adoptopenjdk11.tag}</image>
<!--
Don't use alpine or slim version,
https://hub.docker.com/_/eclipse-temurin?tab=tags&page=1&name=11.0.14.1_1-jre
-->
<image>eclipse-temurin:${temurin.tag}</image>
</from>
<to>
<image>docker.io/ijohnnymiller/${project.baseArtifactId}.${project.parent.artifactId}</image>
Expand Down

0 comments on commit fb14be5

Please sign in to comment.