Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Openjdk-2587] ensure pkg-update happens before reinstall tzdata (ubi8) #443

Merged
merged 2 commits into from
Feb 13, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ubi8-openjdk-11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ modules:
repositories:
- path: modules
install:
- name: jboss.container.util.pkg-update
- name: jboss.container.openjdk.jdk
version: "11"
- name: jboss.container.prometheus
Expand All @@ -55,7 +56,6 @@ modules:
- name: jboss.container.maven
version: "3.8.11"
- name: jboss.container.java.s2i.bash
- name: jboss.container.util.pkg-update
- name: jboss.container.util.tzdata
# required due to jolokia
- name: jboss.container.java.singleton-jdk
Expand Down
2 changes: 1 addition & 1 deletion ubi8-openjdk-17.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ modules:
repositories:
- path: modules
install:
- name: jboss.container.util.pkg-update
- name: jboss.container.openjdk.jdk
version: "17"
- name: jboss.container.prometheus
Expand All @@ -55,7 +56,6 @@ modules:
version: "3.8.17"
- name: jboss.container.util.tzdata
- name: jboss.container.java.s2i.bash
- name: jboss.container.util.pkg-update

help:
add: true
Expand Down
2 changes: 1 addition & 1 deletion ubi8-openjdk-8-runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ modules:
repositories:
- path: modules
install:
- name: jboss.container.util.pkg-update
- name: jboss.container.openjdk.jre
version: "8"
- name: jboss.container.java.jre.run
- name: jboss.container.tar
- name: jboss.container.util.pkg-update
- name: jboss.container.util.tzdata

help:
Expand Down
2 changes: 1 addition & 1 deletion ubi8-openjdk-8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ modules:
repositories:
- path: modules
install:
- name: jboss.container.util.pkg-update
- name: jboss.container.openjdk.jdk
version: "8"
- name: jboss.container.prometheus
Expand All @@ -55,7 +56,6 @@ modules:
- name: jboss.container.maven
version: "3.8.8"
- name: jboss.container.java.s2i.bash
- name: jboss.container.util.pkg-update
- name: jboss.container.util.tzdata

help:
Expand Down
Loading