#!/bin/sh

cleanup_() {
  touch /.image-update-flag
}

if [ ! -f /.image-update-flag ]; then
	 docker pull 
fi
	 
