#!/bin/sh

until docker pull git.sfclub.cc/cloud/workspace-image:latest >/dev/null 2>&1; do
	sleep 3
done
