Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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 molecule/colocated_cluster/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ driver:
name: ${CI_DRIVER:-docker}
platforms:
- name: instance
image: registry.access.redhat.com/ubi9/ubi-init:latest
image: registry.access.redhat.com/ubi10/ubi-init:latest
pre_build_image: true
privileged: true
command: "/usr/sbin/init"
Expand Down
2 changes: 1 addition & 1 deletion molecule/custom_config_file/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ driver:
name: ${CI_DRIVER:-docker}
platforms:
- name: instance
image: registry.access.redhat.com/ubi9/ubi-init:latest
image: registry.access.redhat.com/ubi10/ubi-init:latest
pre_build_image: true
privileged: true
command: "/usr/sbin/init"
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ driver:
name: ${CI_DRIVER:-docker}
platforms:
- name: instance
image: registry.access.redhat.com/ubi9/ubi-init:latest
image: registry.access.redhat.com/ubi10/ubi-init:latest
pre_build_image: true
privileged: true
command: "/usr/sbin/init"
Expand Down
2 changes: 1 addition & 1 deletion molecule/install_options/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ driver:
name: ${CI_DRIVER:-docker}
platforms:
- name: instance
image: registry.access.redhat.com/ubi9/ubi-init:latest
image: registry.access.redhat.com/ubi10/ubi-init:latest
pre_build_image: true
privileged: true
command: "/usr/sbin/init"
Expand Down
2 changes: 1 addition & 1 deletion molecule/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
become: "{{ wildfly_install_requires_become | default(true) }}"
ansible.builtin.yum:
name:
- java-17-openjdk
- java-17-openjdk-headless
- procps-ng
- tzdata-java
state: present
Expand Down
2 changes: 1 addition & 1 deletion molecule/prospero/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ driver:
name: ${CI_DRIVER:-docker}
platforms:
- name: instance
image: registry.access.redhat.com/ubi9/ubi-init:latest
image: registry.access.redhat.com/ubi10/ubi-init:latest
pre_build_image: true
privileged: true
command: "/usr/sbin/init"
Expand Down
2 changes: 1 addition & 1 deletion molecule/uninstall/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ driver:
name: ${CI_DRIVER:-docker}
platforms:
- name: instance
image: registry.access.redhat.com/ubi9/ubi-init:latest
image: registry.access.redhat.com/ubi10/ubi-init:latest
pre_build_image: true
privileged: true
command: "/usr/sbin/init"
Expand Down
2 changes: 1 addition & 1 deletion molecule/yaml_config_validation/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ driver:
name: ${CI_DRIVER:-docker}
platforms:
- name: instance
image: registry.access.redhat.com/ubi9/ubi-init:latest
image: registry.access.redhat.com/ubi10/ubi-init:latest
pre_build_image: true
privileged: true
command: "/usr/sbin/init"
Expand Down
Loading