Skip to content

Commit

Permalink
Fix containerd setup
Browse files Browse the repository at this point in the history
Somehow the containerd config in the runner is broken, which may be
related to the docker install. This can be fixed by resetting the
config, as suggested in [1].

[1] https://serverfault.com/a/108911

Issue: PTFE-1367
  • Loading branch information
francoisferrand committed Apr 11, 2024
1 parent 086f19d commit fc956e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ jobs:
# Start cri-o service
sudo systemctl start crio
# Fix broken containerd setup
sudo containerd config default | sudo tee /etc/containerd/config.toml
sudo systemctl restart containerd
# TODO: cache the installed image?

- name: Downgrade Oras to 0.12.0
Expand Down

0 comments on commit fc956e1

Please sign in to comment.