refactor
This commit is contained in:
10
image/overlay/usr/bin/update-images
Executable file
10
image/overlay/usr/bin/update-images
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
cleanup_() {
|
||||
touch /.image-update-flag
|
||||
}
|
||||
|
||||
if [ ! -f /.image-update-flag ]; then
|
||||
docker pull
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user