Skip to content

Commit e7b5ef7

Browse files
authored
Merge pull request #445 from jmtd/OPENJDK-2519-tzdata-reorder-dependency
[OPENJDK-2519] tzdata module depend upon pkg-update
2 parents ac8c331 + 52de04a commit e7b5ef7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

modules/util/tzdata/module.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
schema_version: 1
22
name: jboss.container.util.tzdata
33
version: '1.0'
4-
description: Reinstall the tzdata package, to ensure zoneinfo is present
4+
description: Reinstall the tzdata package, to ensure zoneinfo is present.
5+
6+
# if the base image tzdata version is not available on the RPM mirrors (such as
7+
# when it has been updated), the reinstall action will fail. To prevent this,
8+
# run pkg-update first.
9+
modules:
10+
install:
11+
- name: jboss.container.util.pkg-update
512

613
execute:
714
- script: execute.sh

0 commit comments

Comments
 (0)