Skip to content

Commit

Permalink
test: Update RHEL UBI images to UBI 8.10 and UBI 9.4 (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessfg authored Jul 28, 2024
1 parent 3a6d970 commit eed6af8
Show file tree
Hide file tree
Showing 16 changed files with 33 additions and 29 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ DOCUMENTATION:
- Update community docs per the latest [NGINX template repository](https://github.com/nginxinc/template-repository) guidelines.
- 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.

TESTS:

- Update RHEL UBI images to UBI 8.10 and UBI 9.4.

CI/CD:

- Update GitHub Actions to Ubuntu 24.04.
Expand Down
4 changes: 2 additions & 2 deletions molecule/agent/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /usr/sbin/init
- name: rhel-8
image: redhat/ubi8:8.9
image: redhat/ubi8:8.10
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /usr/sbin/init
- name: rhel-9
image: redhat/ubi9:9.3
image: redhat/ubi9:9.4
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
Expand Down
2 changes: 1 addition & 1 deletion molecule/amplify/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /usr/sbin/init
- name: rhel-9
image: redhat/ubi9:9.3
image: redhat/ubi9:9.4
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
Expand Down
4 changes: 2 additions & 2 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /usr/sbin/init
- name: rhel-8
image: redhat/ubi8:8.9
image: redhat/ubi8:8.10
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /usr/sbin/init
- name: rhel-9
image: redhat/ubi9:9.3
image: redhat/ubi9:9.4
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
Expand Down
4 changes: 2 additions & 2 deletions molecule/distribution/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /usr/sbin/init
- name: rhel-8
image: redhat/ubi8:8.9
image: redhat/ubi8:8.10
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /usr/sbin/init
- name: rhel-9
image: redhat/ubi9:9.3
image: redhat/ubi9:9.4
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
Expand Down
4 changes: 2 additions & 2 deletions molecule/downgrade-plus/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@ platforms: # Ubuntu noble only has one version of NGINX Plus available (at the m
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /usr/sbin/init
- name: rhel-8
image: redhat/ubi8:8.9
image: redhat/ubi8:8.10
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /usr/sbin/init
- name: rhel-9
image: redhat/ubi9:9.3
image: redhat/ubi9:9.4
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
Expand Down
4 changes: 2 additions & 2 deletions molecule/downgrade/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ platforms: # Alpine 3.20 only has one version of NGINX OSS available (at the mom
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /usr/sbin/init
- name: rhel-8
image: redhat/ubi8:8.9
image: redhat/ubi8:8.10
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /usr/sbin/init
- name: rhel-9
image: redhat/ubi9:9.3
image: redhat/ubi9:9.4
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
Expand Down
4 changes: 2 additions & 2 deletions molecule/plus/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /usr/sbin/init
- name: rhel-8
image: redhat/ubi8:8.9
image: redhat/ubi8:8.10
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /usr/sbin/init
- name: rhel-9
image: redhat/ubi9:9.3
image: redhat/ubi9:9.4
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
Expand Down
4 changes: 2 additions & 2 deletions molecule/source-version/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /usr/sbin/init
- name: rhel-8
image: redhat/ubi8:8.9
image: redhat/ubi8:8.10
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /usr/sbin/init
- name: rhel-9
image: redhat/ubi9:9.3
image: redhat/ubi9:9.4
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
Expand Down
4 changes: 2 additions & 2 deletions molecule/source/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /usr/sbin/init
- name: rhel-8
image: redhat/ubi8:8.9
image: redhat/ubi8:8.10
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /usr/sbin/init
- name: rhel-9
image: redhat/ubi9:9.3
image: redhat/ubi9:9.4
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
Expand Down
4 changes: 2 additions & 2 deletions molecule/stable/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /usr/sbin/init
- name: rhel-8
image: redhat/ubi8:8.9
image: redhat/ubi8:8.10
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /usr/sbin/init
- name: rhel-9
image: redhat/ubi9:9.3
image: redhat/ubi9:9.4
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
Expand Down
4 changes: 2 additions & 2 deletions molecule/uninstall-plus/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /usr/sbin/init
- name: rhel-8
image: redhat/ubi8:8.9
image: redhat/ubi8:8.10
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /usr/sbin/init
- name: rhel-9
image: redhat/ubi9:9.3
image: redhat/ubi9:9.4
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
Expand Down
4 changes: 2 additions & 2 deletions molecule/uninstall/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /usr/sbin/init
- name: rhel-8
image: redhat/ubi8:8.9
image: redhat/ubi8:8.10
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /usr/sbin/init
- name: rhel-9
image: redhat/ubi9:9.3
image: redhat/ubi9:9.4
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
Expand Down
4 changes: 2 additions & 2 deletions molecule/upgrade-plus/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@ platforms: # Ubuntu noble only has one version of NGINX Plus available (at the m
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /usr/sbin/init
- name: rhel-8
image: redhat/ubi8:8.9
image: redhat/ubi8:8.10
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /usr/sbin/init
- name: rhel-9
image: redhat/ubi9:9.3
image: redhat/ubi9:9.4
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
Expand Down
4 changes: 2 additions & 2 deletions molecule/upgrade/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ platforms: # Alpine 3.20 only has one version of NGINX OSS available (at the mom
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /usr/sbin/init
- name: rhel-8
image: redhat/ubi8:8.9
image: redhat/ubi8:8.10
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /usr/sbin/init
- name: rhel-9
image: redhat/ubi9:9.3
image: redhat/ubi9:9.4
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
Expand Down
4 changes: 2 additions & 2 deletions molecule/version/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /usr/sbin/init
- name: rhel-8
image: redhat/ubi8:8.9
image: redhat/ubi8:8.10
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /usr/sbin/init
- name: rhel-9
image: redhat/ubi9:9.3
image: redhat/ubi9:9.4
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
Expand Down

0 comments on commit eed6af8

Please sign in to comment.