Skip to content

Commit 755781f

Browse files
committed
Explicitly install tzdata RPM
This is required for Java to report the correct time/timezone when the container is used with e.g. `podman --tz` Signed-off-by: Jonathan Dowland <[email protected]>
1 parent bab62e5 commit 755781f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ubi10-openjdk-21-runtime.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,4 @@ help:
5959

6060
packages:
6161
manager: microdnf
62+
install: [tzdata]

ubi10-openjdk-21.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,4 @@ help:
6060

6161
packages:
6262
manager: microdnf
63+
install: [tzdata]

0 commit comments

Comments
 (0)