Skip to content

Commit

Permalink
github: use disable-docker action from LXD repo
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Oct 23, 2024
1 parent fad2bcb commit 037234f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,12 +190,8 @@ jobs:
if: ${{ matrix.test == 'conversion' || startsWith(matrix.test, 'storage-') || matrix.test == 'vm-nesting' }}
uses: canonical/lxd/.github/actions/reclaim-disk-space@main

- name: Remove docker
run: |
set -eux
sudo apt-get autopurge -y containerd.io docker-ce podman uidmap
sudo ip link delete docker0
sudo nft flush ruleset || sudo iptables -I DOCKER-USER -j ACCEPT
- name: Disable Docker
uses: canonical/lxd/.github/actions/disable-docker@main

- name: "Disable br_netfilter"
run: |
Expand Down

0 comments on commit 037234f

Please sign in to comment.