Skip to content
Merged
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
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ GitHub actions should now correctly skip \*plus\* scenarios only when the NGINX

TESTS:

Update GitHub actions to run on Ubuntu 22.04 (and thus support `cgroups` v2).
* Update GitHub actions to run on Ubuntu 22.04 (and thus support `cgroups` v2).
* Explicitly specify `amd64` as the platform used in Molecule tests. This will ensure that tests work as expected when run on different host architectures (e.g. newer Macbooks with `arm` processors).

## 0.5.2 (October 17, 2022)

Expand Down
4 changes: 4 additions & 0 deletions molecule/cleanup_module/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ lint: |
platforms:
- name: alpine-3.17
image: alpine:3.17
platform: amd64
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
Expand All @@ -19,6 +20,7 @@ platforms:
command: /sbin/init
- name: rhel-9
image: redhat/ubi9:9.1.0
platform: amd64
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
Expand All @@ -27,6 +29,7 @@ platforms:
command: /usr/sbin/init
- name: debian-bullseye
image: debian:bullseye-slim
platform: amd64
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
Expand All @@ -35,6 +38,7 @@ platforms:
command: /sbin/init
- name: ubuntu-jammy
image: ubuntu:jammy
platform: amd64
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
Expand Down
4 changes: 4 additions & 0 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ lint: |
platforms:
- name: alpine-3.17
image: alpine:3.17
platform: amd64
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
Expand All @@ -19,6 +20,7 @@ platforms:
command: /sbin/init
- name: rhel-9
image: redhat/ubi9:9.1.0
platform: amd64
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
Expand All @@ -27,6 +29,7 @@ platforms:
command: /usr/sbin/init
- name: debian-bullseye
image: debian:bullseye-slim
platform: amd64
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
Expand All @@ -35,6 +38,7 @@ platforms:
command: /sbin/init
- name: ubuntu-jammy
image: ubuntu:jammy
platform: amd64
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
Expand Down
2 changes: 2 additions & 0 deletions molecule/plus/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ lint: |
platforms:
- name: centos-7
image: centos:7
platform: amd64
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
Expand All @@ -19,6 +20,7 @@ platforms:
command: /usr/sbin/init
- name: ubuntu-bionic
image: ubuntu:bionic
platform: amd64
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
Expand Down
4 changes: 4 additions & 0 deletions molecule/stable_push/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ lint: |
platforms:
- name: alpine-3.17
image: alpine:3.17
platform: amd64
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
Expand All @@ -19,6 +20,7 @@ platforms:
command: /sbin/init
- name: rhel-9
image: redhat/ubi9:9.1.0
platform: amd64
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
Expand All @@ -27,6 +29,7 @@ platforms:
command: /usr/sbin/init
- name: debian-bullseye
image: debian:bullseye-slim
platform: amd64
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
Expand All @@ -35,6 +38,7 @@ platforms:
command: /sbin/init
- name: ubuntu-jammy
image: ubuntu:jammy
platform: amd64
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
Expand Down