~armagetronad-dev/armagetronad/0.2.8-armagetronad-work

« back to all changes in this revision

Viewing changes to docker/scripts/ensure_image.sh

  • Committer: Manuel Moos
  • Date: 2020-06-13 11:39:15 UTC
  • mfrom: (1166.6.65 master)
  • mto: This revision was merged to the branch mainline in revision 1562.
  • Revision ID: z-man@users.sf.net-20200613113915-31m5z3xkjs9b2ysg
MergeĀ fromĀ 0.2.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
done
26
26
echo $$ > ${lock}
27
27
 
28
 
# start daemon on demand
29
 
docker info > /dev/null 2>&1 || { systemctl --user start docker; sleep 5; }
30
 
 
31
28
function invalidate_digest(){
32
29
    touch ${id}/${image}.digest.local
33
30
}