add alloy

This commit is contained in:
iceBear67
2026-07-08 22:30:48 +08:00
parent 06ad25f8e7
commit c6ce5f676e
11 changed files with 113 additions and 21 deletions
View File
-10
View File
@@ -1,10 +0,0 @@
#!/bin/sh
cleanup_() {
touch /.image-update-flag
}
if [ ! -f /.image-update-flag ]; then
docker pull
fi