We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac8c331 + 52de04a commit e7b5ef7Copy full SHA for e7b5ef7
modules/util/tzdata/module.yaml
@@ -1,7 +1,14 @@
1
schema_version: 1
2
name: jboss.container.util.tzdata
3
version: '1.0'
4
-description: Reinstall the tzdata package, to ensure zoneinfo is present
+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
12
13
execute:
14
- script: execute.sh
0 commit comments