Skip to content

Commit

Permalink
back to docker, rw cgroupfs
Browse files Browse the repository at this point in the history
  • Loading branch information
wzzrd committed Feb 13, 2024
1 parent b986aea commit faa6a11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- uses: gofrolist/molecule-action@v2
with:
molecule_working_dir: ${{ github.repository }}/roles/atuin_client
molecule_args: --scenario-name podman
molecule_args: --scenario-name docker
env:
ANSIBLE_FORCE_COLOR: '1'
2 changes: 1 addition & 1 deletion roles/atuin_client/molecule/docker/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ platforms:
image: registry.access.redhat.com/ubi9/ubi-init:latest
pre_build_image: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
- /sys/fs/cgroup:/sys/fs/cgroup:rw
privileged: true
command: "/usr/sbin/init"
provisioner:
Expand Down

0 comments on commit faa6a11

Please sign in to comment.