nice-coils/build_container_tarball.sh
2024-02-08 18:21:15 +01:00

4 lines
227 B
Bash
Executable file

#!/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)