File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -147,8 +147,8 @@ jobs:
147
147
run : |
148
148
sudo apt update && sudo apt install -y containerd.io libnl-3-200 libnl-genl-3-200
149
149
sudo modprobe -a target_core_user tcm_loop
150
- wget https://github.com/containerd/overlaybd/releases/download/v0.5.2 /overlaybd-0.5.2 -1.x86_64.deb &&
151
- sudo dpkg -i overlaybd-0.5.2 -1.x86_64.deb
150
+ wget https://github.com/containerd/overlaybd/releases/download/v0.6.0 /overlaybd-0.6.0 -1.x86_64.deb &&
151
+ sudo dpkg -i overlaybd-0.6.0 -1.x86_64.deb
152
152
sudo systemctl enable /opt/overlaybd/overlaybd-tcmu.service
153
153
sudo systemctl start overlaybd-tcmu
154
154
sudo systemctl status overlaybd-tcmu
Original file line number Diff line number Diff line change 5
5
name : " overlaybd-snapshotter"
6
6
arch : " amd64"
7
7
platform : " linux"
8
- version : " v0.5.2 "
8
+ version : " v0.6.0 "
9
9
section : " default"
10
10
priority : " extra"
11
11
You can’t perform that action at this time.
0 commit comments