Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Commit 4e3ad49

Browse files
author
staticdev
committed
Change support to debian 11
1 parent 18de4c3 commit 4e3ad49

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,7 @@ jobs:
3838
strategy:
3939
matrix:
4040
img:
41-
- staticdev/docker-ubuntu2010-ansible:latest
42-
# - geerlingguy/docker-ubuntu2004-ansible:latest
43-
# - geerlingguy/docker-ubuntu1804-ansible:latest
44-
# - geerlingguy/docker-debian10-ansible:latest
45-
# - geerlingguy/docker-debian9-ansible:latest
46-
41+
- cisagov/docker-debian11-ansible:latest
4742
steps:
4843
- name: Check out the repository
4944
uses: actions/checkout@v2.3.4

molecule/default/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ driver:
77
name: docker
88
platforms:
99
- name: instance
10-
image: "${MOLECULE_IMG:-staticdev/docker-ubuntu2010-ansible:latest}"
10+
image: "${MOLECULE_IMG:-cisagov/docker-debian11-ansible:latest}"
1111
command: ${MOLECULE_DOCKER_COMMAND:-""}
1212
volumes:
1313
- /sys/fs/cgroup:/sys/fs/cgroup:ro

0 commit comments

Comments
 (0)