#!/bin/bash IMAGE=yak-build-container DOCKER_BUILDKIT=1 docker build . -t "${IMAGE}:latest" docker image prune -f