blob: cddeaf4e7697c2c8bb336ef3cb0da0a795a6e99c [file] [log] [blame]
IMAGE_URL=https://download.cirros-cloud.net/0.6.2/cirros-0.6.2-x86_64-disk.img
if [[ ! -f jammy-server-cloudimg-amd64.img ]]; then
echo "Downloading image..."
wget $IMAGE_URL
fi
echo "Building image..."
docker build -t jumpojoy/kubevirt-cirros:0.6.2 .