Skip to content

Commit eed6af8

Browse files
authored
test: Update RHEL UBI images to UBI 8.10 and UBI 9.4 (#753)
1 parent 3a6d970 commit eed6af8

File tree

16 files changed

+33
-29
lines changed

16 files changed

+33
-29
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ DOCUMENTATION:
1919
- Update community docs per the latest [NGINX template repository](https://github.com/nginxinc/template-repository) guidelines.
2020
- Update and tweak the README. In order to make the installation instructions easier, some file names used by the various GitHub Actions workflows have been renamed.
2121

22+
TESTS:
23+
24+
- Update RHEL UBI images to UBI 8.10 and UBI 9.4.
25+
2226
CI/CD:
2327

2428
- Update GitHub Actions to Ubuntu 24.04.

molecule/agent/molecule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,15 @@ platforms:
100100
- /sys/fs/cgroup:/sys/fs/cgroup:rw
101101
command: /usr/sbin/init
102102
- name: rhel-8
103-
image: redhat/ubi8:8.9
103+
image: redhat/ubi8:8.10
104104
dockerfile: ../common/Dockerfile.j2
105105
privileged: true
106106
cgroupns_mode: host
107107
volumes:
108108
- /sys/fs/cgroup:/sys/fs/cgroup:rw
109109
command: /usr/sbin/init
110110
- name: rhel-9
111-
image: redhat/ubi9:9.3
111+
image: redhat/ubi9:9.4
112112
dockerfile: ../common/Dockerfile.j2
113113
privileged: true
114114
cgroupns_mode: host

molecule/amplify/molecule.yml

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

molecule/default/molecule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,15 @@ platforms:
100100
- /sys/fs/cgroup:/sys/fs/cgroup:rw
101101
command: /usr/sbin/init
102102
- name: rhel-8
103-
image: redhat/ubi8:8.9
103+
image: redhat/ubi8:8.10
104104
dockerfile: ../common/Dockerfile.j2
105105
privileged: true
106106
cgroupns_mode: host
107107
volumes:
108108
- /sys/fs/cgroup:/sys/fs/cgroup:rw
109109
command: /usr/sbin/init
110110
- name: rhel-9
111-
image: redhat/ubi9:9.3
111+
image: redhat/ubi9:9.4
112112
dockerfile: ../common/Dockerfile.j2
113113
privileged: true
114114
cgroupns_mode: host

molecule/distribution/molecule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,15 @@ platforms:
100100
- /sys/fs/cgroup:/sys/fs/cgroup:rw
101101
command: /usr/sbin/init
102102
- name: rhel-8
103-
image: redhat/ubi8:8.9
103+
image: redhat/ubi8:8.10
104104
dockerfile: ../common/Dockerfile.j2
105105
privileged: true
106106
cgroupns_mode: host
107107
volumes:
108108
- /sys/fs/cgroup:/sys/fs/cgroup:rw
109109
command: /usr/sbin/init
110110
- name: rhel-9
111-
image: redhat/ubi9:9.3
111+
image: redhat/ubi9:9.4
112112
dockerfile: ../common/Dockerfile.j2
113113
privileged: true
114114
cgroupns_mode: host

molecule/downgrade-plus/molecule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,15 @@ platforms: # Ubuntu noble only has one version of NGINX Plus available (at the m
101101
- /sys/fs/cgroup:/sys/fs/cgroup:rw
102102
command: /usr/sbin/init
103103
- name: rhel-8
104-
image: redhat/ubi8:8.9
104+
image: redhat/ubi8:8.10
105105
dockerfile: ../common/Dockerfile.j2
106106
privileged: true
107107
cgroupns_mode: host
108108
volumes:
109109
- /sys/fs/cgroup:/sys/fs/cgroup:rw
110110
command: /usr/sbin/init
111111
- name: rhel-9
112-
image: redhat/ubi9:9.3
112+
image: redhat/ubi9:9.4
113113
dockerfile: ../common/Dockerfile.j2
114114
privileged: true
115115
cgroupns_mode: host

molecule/downgrade/molecule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,15 @@ platforms: # Alpine 3.20 only has one version of NGINX OSS available (at the mom
100100
- /sys/fs/cgroup:/sys/fs/cgroup:rw
101101
command: /usr/sbin/init
102102
- name: rhel-8
103-
image: redhat/ubi8:8.9
103+
image: redhat/ubi8:8.10
104104
dockerfile: ../common/Dockerfile.j2
105105
privileged: true
106106
cgroupns_mode: host
107107
volumes:
108108
- /sys/fs/cgroup:/sys/fs/cgroup:rw
109109
command: /usr/sbin/init
110110
- name: rhel-9
111-
image: redhat/ubi9:9.3
111+
image: redhat/ubi9:9.4
112112
dockerfile: ../common/Dockerfile.j2
113113
privileged: true
114114
cgroupns_mode: host

molecule/plus/molecule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,15 @@ platforms:
101101
- /sys/fs/cgroup:/sys/fs/cgroup:rw
102102
command: /usr/sbin/init
103103
- name: rhel-8
104-
image: redhat/ubi8:8.9
104+
image: redhat/ubi8:8.10
105105
dockerfile: ../common/Dockerfile.j2
106106
privileged: true
107107
cgroupns_mode: host
108108
volumes:
109109
- /sys/fs/cgroup:/sys/fs/cgroup:rw
110110
command: /usr/sbin/init
111111
- name: rhel-9
112-
image: redhat/ubi9:9.3
112+
image: redhat/ubi9:9.4
113113
dockerfile: ../common/Dockerfile.j2
114114
privileged: true
115115
cgroupns_mode: host

molecule/source-version/molecule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,15 @@ platforms:
100100
- /sys/fs/cgroup:/sys/fs/cgroup:rw
101101
command: /usr/sbin/init
102102
- name: rhel-8
103-
image: redhat/ubi8:8.9
103+
image: redhat/ubi8:8.10
104104
dockerfile: ../common/Dockerfile.j2
105105
privileged: true
106106
cgroupns_mode: host
107107
volumes:
108108
- /sys/fs/cgroup:/sys/fs/cgroup:rw
109109
command: /usr/sbin/init
110110
- name: rhel-9
111-
image: redhat/ubi9:9.3
111+
image: redhat/ubi9:9.4
112112
dockerfile: ../common/Dockerfile.j2
113113
privileged: true
114114
cgroupns_mode: host

molecule/source/molecule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,15 @@ platforms:
100100
- /sys/fs/cgroup:/sys/fs/cgroup:rw
101101
command: /usr/sbin/init
102102
- name: rhel-8
103-
image: redhat/ubi8:8.9
103+
image: redhat/ubi8:8.10
104104
dockerfile: ../common/Dockerfile.j2
105105
privileged: true
106106
cgroupns_mode: host
107107
volumes:
108108
- /sys/fs/cgroup:/sys/fs/cgroup:rw
109109
command: /usr/sbin/init
110110
- name: rhel-9
111-
image: redhat/ubi9:9.3
111+
image: redhat/ubi9:9.4
112112
dockerfile: ../common/Dockerfile.j2
113113
privileged: true
114114
cgroupns_mode: host

molecule/stable/molecule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,15 @@ platforms:
100100
- /sys/fs/cgroup:/sys/fs/cgroup:rw
101101
command: /usr/sbin/init
102102
- name: rhel-8
103-
image: redhat/ubi8:8.9
103+
image: redhat/ubi8:8.10
104104
dockerfile: ../common/Dockerfile.j2
105105
privileged: true
106106
cgroupns_mode: host
107107
volumes:
108108
- /sys/fs/cgroup:/sys/fs/cgroup:rw
109109
command: /usr/sbin/init
110110
- name: rhel-9
111-
image: redhat/ubi9:9.3
111+
image: redhat/ubi9:9.4
112112
dockerfile: ../common/Dockerfile.j2
113113
privileged: true
114114
cgroupns_mode: host

molecule/uninstall-plus/molecule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,15 @@ platforms:
101101
- /sys/fs/cgroup:/sys/fs/cgroup:rw
102102
command: /usr/sbin/init
103103
- name: rhel-8
104-
image: redhat/ubi8:8.9
104+
image: redhat/ubi8:8.10
105105
dockerfile: ../common/Dockerfile.j2
106106
privileged: true
107107
cgroupns_mode: host
108108
volumes:
109109
- /sys/fs/cgroup:/sys/fs/cgroup:rw
110110
command: /usr/sbin/init
111111
- name: rhel-9
112-
image: redhat/ubi9:9.3
112+
image: redhat/ubi9:9.4
113113
dockerfile: ../common/Dockerfile.j2
114114
privileged: true
115115
cgroupns_mode: host

molecule/uninstall/molecule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,15 @@ platforms:
100100
- /sys/fs/cgroup:/sys/fs/cgroup:rw
101101
command: /usr/sbin/init
102102
- name: rhel-8
103-
image: redhat/ubi8:8.9
103+
image: redhat/ubi8:8.10
104104
dockerfile: ../common/Dockerfile.j2
105105
privileged: true
106106
cgroupns_mode: host
107107
volumes:
108108
- /sys/fs/cgroup:/sys/fs/cgroup:rw
109109
command: /usr/sbin/init
110110
- name: rhel-9
111-
image: redhat/ubi9:9.3
111+
image: redhat/ubi9:9.4
112112
dockerfile: ../common/Dockerfile.j2
113113
privileged: true
114114
cgroupns_mode: host

molecule/upgrade-plus/molecule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,15 @@ platforms: # Ubuntu noble only has one version of NGINX Plus available (at the m
101101
- /sys/fs/cgroup:/sys/fs/cgroup:rw
102102
command: /usr/sbin/init
103103
- name: rhel-8
104-
image: redhat/ubi8:8.9
104+
image: redhat/ubi8:8.10
105105
dockerfile: ../common/Dockerfile.j2
106106
privileged: true
107107
cgroupns_mode: host
108108
volumes:
109109
- /sys/fs/cgroup:/sys/fs/cgroup:rw
110110
command: /usr/sbin/init
111111
- name: rhel-9
112-
image: redhat/ubi9:9.3
112+
image: redhat/ubi9:9.4
113113
dockerfile: ../common/Dockerfile.j2
114114
privileged: true
115115
cgroupns_mode: host

molecule/upgrade/molecule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,15 @@ platforms: # Alpine 3.20 only has one version of NGINX OSS available (at the mom
100100
- /sys/fs/cgroup:/sys/fs/cgroup:rw
101101
command: /usr/sbin/init
102102
- name: rhel-8
103-
image: redhat/ubi8:8.9
103+
image: redhat/ubi8:8.10
104104
dockerfile: ../common/Dockerfile.j2
105105
privileged: true
106106
cgroupns_mode: host
107107
volumes:
108108
- /sys/fs/cgroup:/sys/fs/cgroup:rw
109109
command: /usr/sbin/init
110110
- name: rhel-9
111-
image: redhat/ubi9:9.3
111+
image: redhat/ubi9:9.4
112112
dockerfile: ../common/Dockerfile.j2
113113
privileged: true
114114
cgroupns_mode: host

molecule/version/molecule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,15 @@ platforms:
100100
- /sys/fs/cgroup:/sys/fs/cgroup:rw
101101
command: /usr/sbin/init
102102
- name: rhel-8
103-
image: redhat/ubi8:8.9
103+
image: redhat/ubi8:8.10
104104
dockerfile: ../common/Dockerfile.j2
105105
privileged: true
106106
cgroupns_mode: host
107107
volumes:
108108
- /sys/fs/cgroup:/sys/fs/cgroup:rw
109109
command: /usr/sbin/init
110110
- name: rhel-9
111-
image: redhat/ubi9:9.3
111+
image: redhat/ubi9:9.4
112112
dockerfile: ../common/Dockerfile.j2
113113
privileged: true
114114
cgroupns_mode: host

0 commit comments

Comments
 (0)