Skip to content

Commit dc49c0d

Browse files
authored
test: Update RHEL UBI images to UBI 9.4 (#455)
1 parent 61e7a9e commit dc49c0d

File tree

9 files changed

+9
-8
lines changed

9 files changed

+9
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ TESTS:
1515
- Add Molecule tests covering common NGINX use cases (web server, reverse proxy), enabling the NGINX stub status metrics, and NGINX Plus API and live metrics dashboard.
1616
- Update the platforms used in the various Molecule scenarios.
1717
- Use the local role name (`ansible-role-nginx-config`) instead of the fully qualified role name (`nginxinc.nginx_config`) in Molecule to ensure tests always work as intended in environments where the role has been already installed beforehand.
18+
- Update RHEL UBI images to UBI 9.4.
1819

1920
DOCUMENTATION:
2021

molecule/api_plus/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ platforms:
2626
- /sys/fs/cgroup:/sys/fs/cgroup:rw
2727
command: /sbin/init
2828
- name: rhel-9
29-
image: redhat/ubi9:9.3
29+
image: redhat/ubi9:9.4
3030
dockerfile: ../common/Dockerfile.j2
3131
privileged: true
3232
cgroupns_mode: host

molecule/cleanup_config/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ platforms:
2626
- /sys/fs/cgroup:/sys/fs/cgroup:rw
2727
command: /sbin/init
2828
- name: rhel-9
29-
image: redhat/ubi9:9.3
29+
image: redhat/ubi9:9.4
3030
dockerfile: ../common/Dockerfile.j2
3131
privileged: true
3232
cgroupns_mode: host

molecule/complete/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ platforms:
2626
- /sys/fs/cgroup:/sys/fs/cgroup:rw
2727
command: /sbin/init
2828
- name: rhel-9
29-
image: redhat/ubi9:9.3
29+
image: redhat/ubi9:9.4
3030
dockerfile: ../common/Dockerfile.j2
3131
privileged: true
3232
cgroupns_mode: host

molecule/default/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ platforms:
2626
- /sys/fs/cgroup:/sys/fs/cgroup:rw
2727
command: /sbin/init
2828
- name: rhel-9
29-
image: redhat/ubi9:9.3
29+
image: redhat/ubi9:9.4
3030
dockerfile: ../common/Dockerfile.j2
3131
privileged: true
3232
cgroupns_mode: host

molecule/push_config/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ platforms:
2626
- /sys/fs/cgroup:/sys/fs/cgroup:rw
2727
command: /sbin/init
2828
- name: rhel-9
29-
image: redhat/ubi9:9.3
29+
image: redhat/ubi9:9.4
3030
dockerfile: ../common/Dockerfile.j2
3131
privileged: true
3232
cgroupns_mode: host

molecule/reverse_proxy/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ platforms:
2626
- /sys/fs/cgroup:/sys/fs/cgroup:rw
2727
command: /sbin/init
2828
- name: rhel-9
29-
image: redhat/ubi9:9.3
29+
image: redhat/ubi9:9.4
3030
dockerfile: ../common/Dockerfile.j2
3131
privileged: true
3232
cgroupns_mode: host

molecule/stub_status/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ platforms:
2626
- /sys/fs/cgroup:/sys/fs/cgroup:rw
2727
command: /sbin/init
2828
- name: rhel-9
29-
image: redhat/ubi9:9.3
29+
image: redhat/ubi9:9.4
3030
dockerfile: ../common/Dockerfile.j2
3131
privileged: true
3232
cgroupns_mode: host

molecule/web_server/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ platforms:
2626
- /sys/fs/cgroup:/sys/fs/cgroup:rw
2727
command: /sbin/init
2828
- name: rhel-9
29-
image: redhat/ubi9:9.3
29+
image: redhat/ubi9:9.4
3030
dockerfile: ../common/Dockerfile.j2
3131
privileged: true
3232
cgroupns_mode: host

0 commit comments

Comments
 (0)