Skip to content

Commit

Permalink
[chores] Updated molecule local platforms #35
Browse files Browse the repository at this point in the history
- Removed Ubuntu 18.04 and Debian 10
- Added Ubuntu 22.04

Related to #35
  • Loading branch information
pandafy authored Feb 8, 2024
1 parent f66ae7d commit 9666469
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,10 @@ pip install molecule[docker,ansible] yamllint ansible-lint docker
**Step 4**: Download docker images
```
docker pull geerlingguy/docker-ubuntu2204-ansible:latest
docker pull geerlingguy/docker-ubuntu2004-ansible:latest
docker pull geerlingguy/docker-ubuntu1804-ansible:latest
docker pull geerlingguy/docker-debian10-ansible:latest
docker pull geerlingguy/docker-centos7-ansible:latest
docker pull geerlingguy/docker-debian11-ansible:latest
docker pull geerlingguy/docker-centos77-ansible:latest
docker pull geerlingguy/docker-centos8-ansible:latest
```
Expand Down
8 changes: 4 additions & 4 deletions molecule/local/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ platforms:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
privileged: true
pre_build_image: true
- name: "openwisp2-ubuntu1804"
image: "geerlingguy/docker-ubuntu1804-ansible:latest"
- name: "openwisp2-ubuntu2204"
image: "geerlingguy/docker-ubuntu2204-ansible:latest"
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
privileged: true
pre_build_image: true
- name: "openwisp2-debian10"
image: "geerlingguy/docker-debian10-ansible:latest"
- name: "openwisp2-debian11"
image: "geerlingguy/docker-debian11-ansible:latest"
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
Expand Down

0 comments on commit 9666469

Please sign in to comment.