Skip to content

Commit

Permalink
The latest Ubuntu runners have Docker CE.
Browse files Browse the repository at this point in the history
  • Loading branch information
adelton committed Aug 28, 2023
1 parent 344300e commit f876693
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:
- uses: actions/checkout@v3
- run: |
set -e
sudo apt update
sudo apt remove -y moby-engine moby-containerd moby-runc
sudo apt install -y docker.io
echo -e "dockremap:$( id -u ):1\ndockremap:200001:65535" | sudo tee -a /etc/subuid
echo -e "dockremap:$( id -g ):1\ndockremap:200001:65535" | sudo tee -a /etc/subgid
echo '{ "userns-remap": "default" }' | sudo tee /etc/docker/daemon.json
Expand Down

0 comments on commit f876693

Please sign in to comment.