#!/bin/sh podman build -f Containerfile --label nice-coils-make --tag nice-coils-runner --iidfile nice-coils-runner.cid --cache-ttl 1h podman save --format oci-archive -o nice-coils-runner.tar.gz $(cat nice-coils-runner.cid)