introduce image-updater
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
while true; do
|
||||
docker pull git.sfclub.cc/cloud/workspace-image:latest
|
||||
sleep 3600
|
||||
done
|
||||
Reference in New Issue
Block a user