Skip to content

Commit c62c610

Browse files
committed
Disable containerd image store
1 parent d9167c6 commit c62c610

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/dev-containers.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ jobs:
6969
node-version: '18.x'
7070
registry-url: 'https://npm.pkg.github.com'
7171
scope: '@microsoft'
72+
- name: Disable containerd image store
73+
run: |
74+
# Workaround for https://github.com/moby/moby/issues/52050
75+
sudo sed -i 's/"features":{[^}]*}/"features":{}/' /etc/docker/daemon.json || true
76+
cat /etc/docker/daemon.json
77+
sudo systemctl restart docker
7278
- name: Tools Info
7379
run: |
7480
docker info

0 commit comments

Comments
 (0)