2323
2424 # Install container version from https://github.com/containerd/containerd/pull/8515
2525 mkdir -p ~/bin
26- curl -L https://github.com/akashsinghal/ratify-containerd/raw/containerd-prototype /bin/ctr --output ~/bin/ctr
27- curl -L https://github.com/akashsinghal/ratify-containerd/raw/containerd-prototype /bin/containerd --output ~/bin/containerd
26+ curl -L https://github.com/akashsinghal/ratify-containerd/raw/main /bin/ctr --output ~/bin/ctr
27+ curl -L https://github.com/akashsinghal/ratify-containerd/raw/main /bin/containerd --output ~/bin/containerd
2828 mv ~/bin/* /usr/bin/
2929 chmod +x /usr/bin/ctr
3030 chmod +x /usr/bin/containerd
@@ -38,20 +38,20 @@ data:
3838
3939 # Install ConfigMap watcher
4040 mkdir -p ~/.ratify/bin
41- curl -L https://github.com/akashsinghal/ratify-containerd/raw/containerd-prototype /bin/configmap-watcher -o ~/.ratify/bin/configmap-watcher
41+ curl -L https://github.com/akashsinghal/ratify-containerd/raw/main /bin/configmap-watcher -o ~/.ratify/bin/configmap-watcher
4242 chmod +x ~/.ratify/bin/configmap-watcher
43- curl -L https://raw.githubusercontent.com/akashsinghal/ratify-containerd/containerd-prototype /configmap-watcher.service -o /etc/systemd/system/configmap-watcher.service
43+ curl -L https://raw.githubusercontent.com/akashsinghal/ratify-containerd/main /configmap-watcher.service -o /etc/systemd/system/configmap-watcher.service
4444 systemctl daemon-reload
4545 systemctl enable configmap-watcher
4646 systemctl start configmap-watcher
4747
4848 # Install Ratify binaries
49- curl -L https://github.com/akashsinghal/ratify-containerd/raw/containerd-prototype /bin/ratify -o ~/.ratify/bin/ratify
49+ curl -L https://github.com/akashsinghal/ratify-containerd/raw/main /bin/ratify -o ~/.ratify/bin/ratify
5050 chmod +x ~/.ratify/bin/ratify
5151
5252 # Install Ratify Containerd plugin
5353 mkdir -p ~/.containerd/verification-plugin-bin
54- curl -L https://github.com/akashsinghal/ratify-containerd/raw/containerd-prototype /plugin/ratify.sh -o ~/.containerd/verification-plugin-bin/ratify
54+ curl -L https://github.com/akashsinghal/ratify-containerd/raw/main /plugin/ratify.sh -o ~/.containerd/verification-plugin-bin/ratify
5555 chmod +x ~/.containerd/verification-plugin-bin/ratify
5656
5757 # Update containerd config
0 commit comments