To just build the EE context.
ansible-builder build -v 3
Two build both the EE context and the container image.
ansible-builder create -v 3
podman build -f context/Containerfile -t ansible-execution-env:latest context
In case your are either pulling or pushing to a private registry.
ansible-builder create -v 3
podman build --authfile .authfile -f context/Containerfile -t ansible-execution-env:latest context