Skip to content

Commit

Permalink
Update actions-rootfs-builder.yml: In transition to container-images A…
Browse files Browse the repository at this point in the history
  • Loading branch information
yuravk committed Mar 26, 2024
1 parent edfcc24 commit 67ed051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions-rootfs-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ jobs:
run: |
# Use containerd image store
# sudo sed -i '$s/}/, "features": { "containerd-snapshotter": true } }/' /etc/docker/daemon.json
sudo jq '.features |= . + { "containerd-snapshotter": true }' /etc/docker/daemon.json > ./daemon.json.tmp && \
sudo mv -f ./daemon.json.tmp /etc/docker/daemon.json
sudo jq '.features |= . + { "containerd-snapshotter": true }' /etc/docker/daemon.json > ./daemon.json.${{ env.STAMP}} && \
sudo mv -f ./daemon.json.${{ env.STAMP}} /etc/docker/daemon.json
sudo systemctl restart docker
docker info -f '{{ .DriverStatus }}'
echo ""
Expand Down

0 comments on commit 67ed051

Please sign in to comment.