-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #443 from jmtd/OPENJDK-2587-tzdata-reorder-ubi8
[Openjdk-2587] ensure pkg-update happens before reinstall tzdata (ubi8)
- Loading branch information
Showing
5 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
schema_version: 1 | ||
name: jboss.container.util.tzdata | ||
version: '1.0' | ||
description: Reinstall the tzdata package, to ensure zoneinfo is present | ||
description: Reinstall the tzdata package, to ensure zoneinfo is present. | ||
|
||
# if the base image tzdata version is not available on the RPM mirrors (such as | ||
# when it has been updated), the reinstall action will fail. To prevent this, | ||
# run pkg-update first. | ||
modules: | ||
install: | ||
- name: jboss.container.util.pkg-update | ||
|
||
execute: | ||
- script: execute.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters