Skip to content

Commit

Permalink
Use rhel/ubi9-openjdk base image for data plane, as defined in root pom
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wessendorf <[email protected]>
  • Loading branch information
matzew committed Jan 16, 2025
1 parent e1e20b7 commit fbe6639
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion data-plane/dispatcher-loom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
<version>${jib.version}</version>
<configuration>
<from>
<image>docker.io/library/eclipse-temurin:21-jre</image>
<platforms>
<platform>
<architecture>amd64</architecture>
Expand Down
1 change: 0 additions & 1 deletion data-plane/receiver-loom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
<version>${jib.version}</version>
<configuration>
<from>
<image>docker.io/library/eclipse-temurin:21-jre</image>
<platforms>
<platform>
<architecture>amd64</architecture>
Expand Down

0 comments on commit fbe6639

Please sign in to comment.