podman-ansible-host/cnt-build.sh

5 lines
160 B
Bash
Executable File

#!/usr/bin/env sh
podman build --tag localhost/arch-ssh -f arch-ssh.Containerfile .
exec podman build --tag localhost/debian-ssh -f debian-ssh.Containerfile .