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 @@ -148,8 +148,8 @@ jobs:
148
148
echo "[ init env ]"
149
149
sudo apt update && sudo apt install -y containerd.io libnl-3-200 libnl-genl-3-200
150
150
sudo modprobe -a target_core_user tcm_loop
151
- wget https://github.com/containerd/overlaybd/releases/download/v0.6.0 /overlaybd-0.6.0 -1.x86_64.deb &&
152
- sudo dpkg -i overlaybd-0.6.0 -1.x86_64.deb
151
+ wget https://github.com/containerd/overlaybd/releases/download/v0.6.1 /overlaybd-0.6.1 -1.x86_64.deb &&
152
+ sudo dpkg -i overlaybd-0.6.1 -1.x86_64.deb
153
153
sudo systemctl enable /opt/overlaybd/overlaybd-tcmu.service
154
154
sudo systemctl start overlaybd-tcmu
155
155
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.6.0 "
8
+ version : " v0.6.1 "
9
9
section : " default"
10
10
priority : " extra"
11
11
You can’t perform that action at this time.
0 commit comments