Skip to content

Commit

Permalink
Update molecule.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alessfg committed Dec 22, 2023
1 parent 673457b commit bf4bd02
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions molecule/upgrade-plus/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ platforms: # Alpine 3.19 only has one version of NGINX Plus available (at the mo
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /sbin/init
- name: alpine-3.19
image: alpine:3.19
dockerfile: ../common/Dockerfile.j2
privileged: true
cgroupns_mode: host
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
command: /sbin/init
# - name: alpine-3.19
# image: alpine:3.19
# dockerfile: ../common/Dockerfile.j2
# privileged: true
# cgroupns_mode: host
# volumes:
# - /sys/fs/cgroup:/sys/fs/cgroup:rw
# command: /sbin/init
- name: amazonlinux-2
image: amazonlinux:2
platform: x86_64
Expand Down

0 comments on commit bf4bd02

Please sign in to comment.