Skip to content

Commit

Permalink
Use rhel/ubi9-openjdk base image for data plane, as defined in root p…
Browse files Browse the repository at this point in the history
…om (#4217)

Signed-off-by: Matthias Wessendorf <[email protected]>
  • Loading branch information
matzew authored Jan 17, 2025
1 parent e1e20b7 commit eea9a6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data-plane/dispatcher-loom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<version>${jib.version}</version>
<configuration>
<from>
<image>docker.io/library/eclipse-temurin:21-jre</image>
<image>registry.access.redhat.com/ubi9/openjdk-21-runtime</image>
<platforms>
<platform>
<architecture>amd64</architecture>
Expand Down
2 changes: 1 addition & 1 deletion data-plane/receiver-loom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<version>${jib.version}</version>
<configuration>
<from>
<image>docker.io/library/eclipse-temurin:21-jre</image>
<image>registry.access.redhat.com/ubi9/openjdk-21-runtime</image>
<platforms>
<platform>
<architecture>amd64</architecture>
Expand Down

0 comments on commit eea9a6a

Please sign in to comment.