#!/bin/bash if [ t$1 == tpull ]; then opts+=' --pull' fi tag=$(basename $(pwd)) podman build $opts -t $tag .