File tree 16 files changed +33
-29
lines changed 16 files changed +33
-29
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ DOCUMENTATION:
19
19
- Update community docs per the latest [ NGINX template repository] ( https://github.com/nginxinc/template-repository ) guidelines.
20
20
- 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.
21
21
22
+ TESTS:
23
+
24
+ - Update RHEL UBI images to UBI 8.10 and UBI 9.4.
25
+
22
26
CI/CD:
23
27
24
28
- Update GitHub Actions to Ubuntu 24.04.
Original file line number Diff line number Diff line change @@ -100,15 +100,15 @@ platforms:
100
100
- /sys/fs/cgroup:/sys/fs/cgroup:rw
101
101
command : /usr/sbin/init
102
102
- name : rhel-8
103
- image : redhat/ubi8:8.9
103
+ image : redhat/ubi8:8.10
104
104
dockerfile : ../common/Dockerfile.j2
105
105
privileged : true
106
106
cgroupns_mode : host
107
107
volumes :
108
108
- /sys/fs/cgroup:/sys/fs/cgroup:rw
109
109
command : /usr/sbin/init
110
110
- name : rhel-9
111
- image : redhat/ubi9:9.3
111
+ image : redhat/ubi9:9.4
112
112
dockerfile : ../common/Dockerfile.j2
113
113
privileged : true
114
114
cgroupns_mode : host
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ platforms:
28
28
- /sys/fs/cgroup:/sys/fs/cgroup:rw
29
29
command : /usr/sbin/init
30
30
- name : rhel-9
31
- image : redhat/ubi9:9.3
31
+ image : redhat/ubi9:9.4
32
32
dockerfile : ../common/Dockerfile.j2
33
33
privileged : true
34
34
cgroupns_mode : host
Original file line number Diff line number Diff line change @@ -100,15 +100,15 @@ platforms:
100
100
- /sys/fs/cgroup:/sys/fs/cgroup:rw
101
101
command : /usr/sbin/init
102
102
- name : rhel-8
103
- image : redhat/ubi8:8.9
103
+ image : redhat/ubi8:8.10
104
104
dockerfile : ../common/Dockerfile.j2
105
105
privileged : true
106
106
cgroupns_mode : host
107
107
volumes :
108
108
- /sys/fs/cgroup:/sys/fs/cgroup:rw
109
109
command : /usr/sbin/init
110
110
- name : rhel-9
111
- image : redhat/ubi9:9.3
111
+ image : redhat/ubi9:9.4
112
112
dockerfile : ../common/Dockerfile.j2
113
113
privileged : true
114
114
cgroupns_mode : host
Original file line number Diff line number Diff line change @@ -100,15 +100,15 @@ platforms:
100
100
- /sys/fs/cgroup:/sys/fs/cgroup:rw
101
101
command : /usr/sbin/init
102
102
- name : rhel-8
103
- image : redhat/ubi8:8.9
103
+ image : redhat/ubi8:8.10
104
104
dockerfile : ../common/Dockerfile.j2
105
105
privileged : true
106
106
cgroupns_mode : host
107
107
volumes :
108
108
- /sys/fs/cgroup:/sys/fs/cgroup:rw
109
109
command : /usr/sbin/init
110
110
- name : rhel-9
111
- image : redhat/ubi9:9.3
111
+ image : redhat/ubi9:9.4
112
112
dockerfile : ../common/Dockerfile.j2
113
113
privileged : true
114
114
cgroupns_mode : host
Original file line number Diff line number Diff line change @@ -101,15 +101,15 @@ platforms: # Ubuntu noble only has one version of NGINX Plus available (at the m
101
101
- /sys/fs/cgroup:/sys/fs/cgroup:rw
102
102
command : /usr/sbin/init
103
103
- name : rhel-8
104
- image : redhat/ubi8:8.9
104
+ image : redhat/ubi8:8.10
105
105
dockerfile : ../common/Dockerfile.j2
106
106
privileged : true
107
107
cgroupns_mode : host
108
108
volumes :
109
109
- /sys/fs/cgroup:/sys/fs/cgroup:rw
110
110
command : /usr/sbin/init
111
111
- name : rhel-9
112
- image : redhat/ubi9:9.3
112
+ image : redhat/ubi9:9.4
113
113
dockerfile : ../common/Dockerfile.j2
114
114
privileged : true
115
115
cgroupns_mode : host
Original file line number Diff line number Diff line change @@ -100,15 +100,15 @@ platforms: # Alpine 3.20 only has one version of NGINX OSS available (at the mom
100
100
- /sys/fs/cgroup:/sys/fs/cgroup:rw
101
101
command : /usr/sbin/init
102
102
- name : rhel-8
103
- image : redhat/ubi8:8.9
103
+ image : redhat/ubi8:8.10
104
104
dockerfile : ../common/Dockerfile.j2
105
105
privileged : true
106
106
cgroupns_mode : host
107
107
volumes :
108
108
- /sys/fs/cgroup:/sys/fs/cgroup:rw
109
109
command : /usr/sbin/init
110
110
- name : rhel-9
111
- image : redhat/ubi9:9.3
111
+ image : redhat/ubi9:9.4
112
112
dockerfile : ../common/Dockerfile.j2
113
113
privileged : true
114
114
cgroupns_mode : host
Original file line number Diff line number Diff line change @@ -101,15 +101,15 @@ platforms:
101
101
- /sys/fs/cgroup:/sys/fs/cgroup:rw
102
102
command : /usr/sbin/init
103
103
- name : rhel-8
104
- image : redhat/ubi8:8.9
104
+ image : redhat/ubi8:8.10
105
105
dockerfile : ../common/Dockerfile.j2
106
106
privileged : true
107
107
cgroupns_mode : host
108
108
volumes :
109
109
- /sys/fs/cgroup:/sys/fs/cgroup:rw
110
110
command : /usr/sbin/init
111
111
- name : rhel-9
112
- image : redhat/ubi9:9.3
112
+ image : redhat/ubi9:9.4
113
113
dockerfile : ../common/Dockerfile.j2
114
114
privileged : true
115
115
cgroupns_mode : host
Original file line number Diff line number Diff line change @@ -100,15 +100,15 @@ platforms:
100
100
- /sys/fs/cgroup:/sys/fs/cgroup:rw
101
101
command : /usr/sbin/init
102
102
- name : rhel-8
103
- image : redhat/ubi8:8.9
103
+ image : redhat/ubi8:8.10
104
104
dockerfile : ../common/Dockerfile.j2
105
105
privileged : true
106
106
cgroupns_mode : host
107
107
volumes :
108
108
- /sys/fs/cgroup:/sys/fs/cgroup:rw
109
109
command : /usr/sbin/init
110
110
- name : rhel-9
111
- image : redhat/ubi9:9.3
111
+ image : redhat/ubi9:9.4
112
112
dockerfile : ../common/Dockerfile.j2
113
113
privileged : true
114
114
cgroupns_mode : host
Original file line number Diff line number Diff line change @@ -100,15 +100,15 @@ platforms:
100
100
- /sys/fs/cgroup:/sys/fs/cgroup:rw
101
101
command : /usr/sbin/init
102
102
- name : rhel-8
103
- image : redhat/ubi8:8.9
103
+ image : redhat/ubi8:8.10
104
104
dockerfile : ../common/Dockerfile.j2
105
105
privileged : true
106
106
cgroupns_mode : host
107
107
volumes :
108
108
- /sys/fs/cgroup:/sys/fs/cgroup:rw
109
109
command : /usr/sbin/init
110
110
- name : rhel-9
111
- image : redhat/ubi9:9.3
111
+ image : redhat/ubi9:9.4
112
112
dockerfile : ../common/Dockerfile.j2
113
113
privileged : true
114
114
cgroupns_mode : host
Original file line number Diff line number Diff line change @@ -100,15 +100,15 @@ platforms:
100
100
- /sys/fs/cgroup:/sys/fs/cgroup:rw
101
101
command : /usr/sbin/init
102
102
- name : rhel-8
103
- image : redhat/ubi8:8.9
103
+ image : redhat/ubi8:8.10
104
104
dockerfile : ../common/Dockerfile.j2
105
105
privileged : true
106
106
cgroupns_mode : host
107
107
volumes :
108
108
- /sys/fs/cgroup:/sys/fs/cgroup:rw
109
109
command : /usr/sbin/init
110
110
- name : rhel-9
111
- image : redhat/ubi9:9.3
111
+ image : redhat/ubi9:9.4
112
112
dockerfile : ../common/Dockerfile.j2
113
113
privileged : true
114
114
cgroupns_mode : host
Original file line number Diff line number Diff line change @@ -101,15 +101,15 @@ platforms:
101
101
- /sys/fs/cgroup:/sys/fs/cgroup:rw
102
102
command : /usr/sbin/init
103
103
- name : rhel-8
104
- image : redhat/ubi8:8.9
104
+ image : redhat/ubi8:8.10
105
105
dockerfile : ../common/Dockerfile.j2
106
106
privileged : true
107
107
cgroupns_mode : host
108
108
volumes :
109
109
- /sys/fs/cgroup:/sys/fs/cgroup:rw
110
110
command : /usr/sbin/init
111
111
- name : rhel-9
112
- image : redhat/ubi9:9.3
112
+ image : redhat/ubi9:9.4
113
113
dockerfile : ../common/Dockerfile.j2
114
114
privileged : true
115
115
cgroupns_mode : host
Original file line number Diff line number Diff line change @@ -100,15 +100,15 @@ platforms:
100
100
- /sys/fs/cgroup:/sys/fs/cgroup:rw
101
101
command : /usr/sbin/init
102
102
- name : rhel-8
103
- image : redhat/ubi8:8.9
103
+ image : redhat/ubi8:8.10
104
104
dockerfile : ../common/Dockerfile.j2
105
105
privileged : true
106
106
cgroupns_mode : host
107
107
volumes :
108
108
- /sys/fs/cgroup:/sys/fs/cgroup:rw
109
109
command : /usr/sbin/init
110
110
- name : rhel-9
111
- image : redhat/ubi9:9.3
111
+ image : redhat/ubi9:9.4
112
112
dockerfile : ../common/Dockerfile.j2
113
113
privileged : true
114
114
cgroupns_mode : host
Original file line number Diff line number Diff line change @@ -101,15 +101,15 @@ platforms: # Ubuntu noble only has one version of NGINX Plus available (at the m
101
101
- /sys/fs/cgroup:/sys/fs/cgroup:rw
102
102
command : /usr/sbin/init
103
103
- name : rhel-8
104
- image : redhat/ubi8:8.9
104
+ image : redhat/ubi8:8.10
105
105
dockerfile : ../common/Dockerfile.j2
106
106
privileged : true
107
107
cgroupns_mode : host
108
108
volumes :
109
109
- /sys/fs/cgroup:/sys/fs/cgroup:rw
110
110
command : /usr/sbin/init
111
111
- name : rhel-9
112
- image : redhat/ubi9:9.3
112
+ image : redhat/ubi9:9.4
113
113
dockerfile : ../common/Dockerfile.j2
114
114
privileged : true
115
115
cgroupns_mode : host
Original file line number Diff line number Diff line change @@ -100,15 +100,15 @@ platforms: # Alpine 3.20 only has one version of NGINX OSS available (at the mom
100
100
- /sys/fs/cgroup:/sys/fs/cgroup:rw
101
101
command : /usr/sbin/init
102
102
- name : rhel-8
103
- image : redhat/ubi8:8.9
103
+ image : redhat/ubi8:8.10
104
104
dockerfile : ../common/Dockerfile.j2
105
105
privileged : true
106
106
cgroupns_mode : host
107
107
volumes :
108
108
- /sys/fs/cgroup:/sys/fs/cgroup:rw
109
109
command : /usr/sbin/init
110
110
- name : rhel-9
111
- image : redhat/ubi9:9.3
111
+ image : redhat/ubi9:9.4
112
112
dockerfile : ../common/Dockerfile.j2
113
113
privileged : true
114
114
cgroupns_mode : host
Original file line number Diff line number Diff line change @@ -100,15 +100,15 @@ platforms:
100
100
- /sys/fs/cgroup:/sys/fs/cgroup:rw
101
101
command : /usr/sbin/init
102
102
- name : rhel-8
103
- image : redhat/ubi8:8.9
103
+ image : redhat/ubi8:8.10
104
104
dockerfile : ../common/Dockerfile.j2
105
105
privileged : true
106
106
cgroupns_mode : host
107
107
volumes :
108
108
- /sys/fs/cgroup:/sys/fs/cgroup:rw
109
109
command : /usr/sbin/init
110
110
- name : rhel-9
111
- image : redhat/ubi9:9.3
111
+ image : redhat/ubi9:9.4
112
112
dockerfile : ../common/Dockerfile.j2
113
113
privileged : true
114
114
cgroupns_mode : host
You can’t perform that action at this time.
0 commit comments