podman-ansible-host/cnt-build.sh

5 lines
160 B
Bash
Raw Permalink Normal View History

2022-04-25 20:58:39 +00:00
#!/usr/bin/env sh
2022-04-25 21:56:40 +00:00
podman build --tag localhost/arch-ssh -f arch-ssh.Containerfile .
2022-04-25 20:58:39 +00:00
exec podman build --tag localhost/debian-ssh -f debian-ssh.Containerfile .