#!/bin/bash podman build -f build/Containerfile.centos -t local/ansible-dev-centos:latest . podman build -f build/Containerfile.centos -t local/ansible-dev-debian:latest . podman build -f build/Containerfile.fedora -t local/ansible-dev-fedora:latest .